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

/osnet-11/usr/src/lib/libldap4/common/
H A Durl.c100 if ( strlen( *urlp ) >= LDAP_URL_URLCOLON_LEN && strncasecmp(
101 *urlp, LDAP_URL_URLCOLON, LDAP_URL_URLCOLON_LEN ) == 0 ) {
102 *urlp += LDAP_URL_URLCOLON_LEN;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c94 if ( strlen( *urlp ) >= LDAP_URL_URLCOLON_LEN && strncasecmp(
95 *urlp, LDAP_URL_URLCOLON, LDAP_URL_URLCOLON_LEN ) == 0 ) {
96 *urlp += LDAP_URL_URLCOLON_LEN;
H A Dldap-int.h115 #define LDAP_URL_URLCOLON_LEN 4 macro
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap-int.h22 #define LDAP_URL_URLCOLON_LEN 4 macro

Completed in 29 milliseconds