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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c123 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 Dllib-lldap302 int ldap_url_parse( const char *url, LDAPURLDesc **ludpp );
/illumos-gate/usr/src/man/man3ldap/
H A DMakefile208 ldap_url_parse.3ldap \
394 ldap_url_parse.3ldap := LINKSRC = ldap_url.3ldap
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c182 err = ldap_url_parse(lmap->ldap_uri, &ludp);
1204 sid = ldap_url_parse(rl->lr_search,
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c799 if (( i = ldap_url_parse( line, &ludp )) != 0 ) {
800 fprintf( stderr, "ldap_url_parse: error %d\n", i );
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1146 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS)
1175 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS)
H A Dnis_parse_ldap_conf.c1055 if ((rc = ldap_url_parse(url, &ludpp)) != LDAP_SUCCESS)
/illumos-gate/usr/src/head/
H A Dldap.h776 * possible errors returned by ldap_url_parse()
789 int LDAP_CALL ldap_url_parse(const char *url, LDAPURLDesc **ludpp);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c2306 rc = ldap_url_parse(url, &ludp);

Completed in 6719 milliseconds