Home
last modified time | relevance | path

Searched refs:m_version (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLdifReader.h34 return m_version; in getVersion()
52 int m_version; variable
H A DLdifReader.cpp27 this->m_version = 0; in LdifReader()
73 valuestream >> this->m_version; in readNextRecord()
74 if ( this->m_version != 1 ) // there is no other Version than LDIFv1 in readNextRecord()
90 if ( this->m_version == 1 ) in readNextRecord()
H A DLdifWriter.cpp15 m_ldifstream(output), m_version(version), m_addSeparator(false) in LdifWriter()
67 if ( m_version == 1 ) in writeIncludeRecord()
H A DLdifWriter.h27 int m_version; variable