Searched refs:m_currentRecord (Results 1 – 2 of 2) sorted by relevance
48 m_currentRecord.clear(); in readNextRecord()171 m_currentRecord.push_back( stringpair(type, value) ); in readNextRecord()182 std::list<stringpair>::const_iterator i = m_currentRecord.begin(); in getEntryRecord()192 for ( ; i != m_currentRecord.end(); i++ ) in getEntryRecord()
51 LdifRecord m_currentRecord; variable