Home
last modified time | relevance | path

Searched refs:LDAP_URL_URLCOLON_LEN (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c94 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()
H A Dldap-int.h118 #define LDAP_URL_URLCOLON_LEN 4 macro