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

/freebsd-13-stable/contrib/apr-util/ldap/
H A Dapr_ldap_url.c89 #define APR_LDAP_URL_PREFIX "ldap://" macro
90 #define APR_LDAP_URL_PREFIX_LEN (sizeof(APR_LDAP_URL_PREFIX)-1)
203 if ( strncasecmp( p, APR_LDAP_URL_PREFIX, APR_LDAP_URL_PREFIX_LEN ) == 0 ) {

Completed in 19 milliseconds