Home
last modified time | relevance | path

Searched refs:LDAP_AVA_NONPRINTABLE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dgetdn.c1469 *retFlags = LDAP_AVA_NONPRINTABLE; in str2strval()
1491 *retFlags = LDAP_AVA_NONPRINTABLE; in str2strval()
1538 if ( *retFlags & LDAP_AVA_NONPRINTABLE ) { in str2strval()
2241 if ( flags & LDAP_AVA_NONPRINTABLE ) {
2284 if ( flags & LDAP_AVA_NONPRINTABLE ) {
2331 if ( flags & LDAP_AVA_NONPRINTABLE ) {
2372 if ( flags & LDAP_AVA_NONPRINTABLE ) {
H A Dtls2.c1625 newAVA->la_flags |= LDAP_AVA_NONPRINTABLE; in ldap_X509dn2bv()
1631 newAVA->la_flags |= LDAP_AVA_NONPRINTABLE; in ldap_X509dn2bv()
/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap.h1702 #define LDAP_AVA_NONPRINTABLE 0x0004U macro