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

/freebsd-13-stable/contrib/apr-util/ldap/
H A Dapr_ldap_url.c90 #define APR_LDAP_URL_PREFIX_LEN (sizeof(APR_LDAP_URL_PREFIX)-1) macro
203 if ( strncasecmp( p, APR_LDAP_URL_PREFIX, APR_LDAP_URL_PREFIX_LEN ) == 0 ) {
205 p += APR_LDAP_URL_PREFIX_LEN;

Completed in 107 milliseconds