Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dgetdn.c509 #define LDAP_DN_AVA_SEP_DCE(c) ( (c) == ',' ) macro
512 ( LDAP_DN_RDN_SEP_DCE(c) || LDAP_DN_AVA_SEP_DCE(c) )
1363 if ( !LDAP_DN_AVA_SEP_DCE( p[ 0 ] ) ) { in ldap_bv2rdn_x()