Searched refs:m_pContacts (Results 1 – 2 of 2) sorted by relevance
108 ,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()
86 GList *m_pContacts; member in connectivity::evoab::OEvoabResultSet91 gpointer pData = g_list_nth_data (m_pContacts, m_nIndex); in getCur()
Completed in 24 milliseconds