Searched refs:ldap_url_parse (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc_solaris.c | 46 rc = ldap_url_parse(url, &ludp);
|
H A D | ldap_misc.c | 2218 rc = ldap_url_parse(url, &ludp);
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | url.c | 174 ldap_url_parse( char *url, LDAPURLDesc **ludpp ) function 187 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 262, "ldap_url_parse(%s)\n"), url, 0, 0 ); 370 if ( ldap_url_parse( url, &ludp ) != 0 ) {
|
H A D | referral.c | 149 if (ldap_url_parse(refs[i], &ludp) != 0){
|
H A D | llib-lldap | 277 int ldap_url_parse( char *url, LDAPURLDesc **ludpp );
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | url.c | 123 ldap_url_parse( const char *url, LDAPURLDesc **ludpp ) function 145 /* same as ldap_url_parse(), but dn is not require */ 172 * like ldap_url_parse() with a few exceptions: 417 if ( ldap_url_parse( url, &ludp ) != 0 ) {
|
H A D | llib-lldap | 302 int ldap_url_parse( const char *url, LDAPURLDesc **ludpp );
|
/osnet-11/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 182 err = ldap_url_parse(lmap->ldap_uri, &ludp); 1212 sid = ldap_url_parse(rl->lr_search,
|
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | ldap.h | 1207 int ldap_url_parse(char *url, LDAPURLDesc **ludpp);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 776 if ((rc = ldap_url_parse(url, &ludpp)) != LDAP_SUCCESS)
|
H A D | ldap_op.c | 1147 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS) 1176 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS)
|
/osnet-11/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 799 if (( i = ldap_url_parse( line, &ludp )) != 0 ) { 800 fprintf( stderr, "ldap_url_parse: error %d\n", i );
|
/osnet-11/usr/src/head/ |
H A D | ldap.h | 769 * possible errors returned by ldap_url_parse() 782 int LDAP_CALL ldap_url_parse(const char *url, LDAPURLDesc **ludpp);
|
Completed in 80 milliseconds