Searched refs:LDAP_URL_PREFIX_LEN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap-int.h112 #define LDAP_URL_PREFIX_LEN STRLENOF(LDAP_URL_PREFIX) macro
127 #define LDAP_LDAP_REF_STR_LEN LDAP_URL_PREFIX_LEN
H A Durl.c224 if ( strncasecmp( p, LDAP_URL_PREFIX, LDAP_URL_PREFIX_LEN ) == 0 ) {
226 p += LDAP_URL_PREFIX_LEN;

Completed in 103 milliseconds