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

/freebsd-10-stable/contrib/apr-util/ldap/
H A Dapr_ldap_url.c94 #define APR_LDAPI_URL_PREFIX_LEN (sizeof(APR_LDAPI_URL_PREFIX)-1) macro
219 if ( strncasecmp( p, APR_LDAPI_URL_PREFIX, APR_LDAPI_URL_PREFIX_LEN ) == 0 ) {
221 p += APR_LDAPI_URL_PREFIX_LEN;

Completed in 42 milliseconds