Home
last modified time | relevance | path

Searched refs:m_pContacts (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx108 ,m_pContacts(NULL) in OEvoabResultSet()
519 g_list_free(m_pContacts); in construct()
520 m_pContacts = NULL; in construct()
549 executeQuery( pBook, _rData.getQuery(), &m_pContacts, aPassword, NULL ); in construct()
552 if ( m_pContacts && !_rData.aSortOrder.empty() ) in construct()
555 m_pContacts = sortContacts( m_pContacts, aCompData ); in construct()
558 m_nLength = g_list_length( m_pContacts ); in construct()
575 g_list_free(m_pContacts); in disposing()
576 m_pContacts = NULL; in disposing()
H A DNResultSet.hxx86 GList *m_pContacts; member in connectivity::evoab::OEvoabResultSet
91 gpointer pData = g_list_nth_data (m_pContacts, m_nIndex); in getCur()

Completed in 18 milliseconds