Lines Matching refs:DEBUG
26 DEBUG(LDAP_DEBUG_TRACE, "<> LdifReader::LdifReader()" << std::endl); in LdifReader()
35 DEBUG(LDAP_DEBUG_TRACE, "-> LdifReader::readRecord()" << std::endl); in readNextRecord()
52 DEBUG(LDAP_DEBUG_TRACE, " Line: " << line << std::endl ); in readNextRecord()
57 DEBUG(LDAP_DEBUG_TRACE, "skipping empty line or comment" << std::endl ); in readNextRecord()
85 DEBUG(LDAP_DEBUG_TRACE, " Record DN:" << value << std::endl); in readNextRecord()
89 DEBUG(LDAP_DEBUG_TRACE, " Include directive: " << value << std::endl); in readNextRecord()
107 DEBUG(LDAP_DEBUG_TRACE, " Record doesn't start with a DN" in readNextRecord()
149 DEBUG(LDAP_DEBUG_TRACE, " Unknown change request <" in readNextRecord()
174 DEBUG(LDAP_DEBUG_TRACE, "<- LdifReader::readRecord() return: " in readNextRecord()
223 DEBUG(LDAP_DEBUG_TRACE, "-> LdifReader::getLdifLine()" << std::endl); in getLdifLine()
240 DEBUG(LDAP_DEBUG_TRACE, "<- LdifReader::getLdifLine()" << std::endl); in getLdifLine()
252 DEBUG(LDAP_DEBUG_ANY, "Invalid LDIF line. No `:` separator" in splitLine()
282 DEBUG(LDAP_DEBUG_TRACE, " base64 encoded value" << std::endl ); in splitLine()
293 DEBUG( LDAP_DEBUG_TRACE, " invalid base64 content" << std::endl ); in splitLine()
301 DEBUG( LDAP_DEBUG_TRACE, " not enough space in output buffer" in splitLine()
312 DEBUG(LDAP_DEBUG_TRACE, " url value" << std::endl ); in splitLine()
321 DEBUG(LDAP_DEBUG_TRACE, " string value" << std::endl ); in splitLine()
323 DEBUG(LDAP_DEBUG_TRACE, " Type: <" << type << ">" << std::endl ); in splitLine()
324 DEBUG(LDAP_DEBUG_TRACE, " Value: <" << value << ">" << std::endl ); in splitLine()
337 DEBUG( LDAP_DEBUG_TRACE, "unsupported scheme: " << scheme in readIncludeLine()
347 DEBUG( LDAP_DEBUG_TRACE, "target file: " << file << std::endl); in readIncludeLine()