Searched refs:LDAP_URL_URLCOLON_LEN (Results 1 – 2 of 2) sorted by relevance
94 if ( strlen( *urlp ) >= LDAP_URL_URLCOLON_LEN && strncasecmp( in skip_url_prefix()95 *urlp, LDAP_URL_URLCOLON, LDAP_URL_URLCOLON_LEN ) == 0 ) { in skip_url_prefix()96 *urlp += LDAP_URL_URLCOLON_LEN; in skip_url_prefix()
118 #define LDAP_URL_URLCOLON_LEN 4 macro