/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3ldap.inc | 50 file path=usr/share/man/man3ldap/ldap_parse_result.3ldap 232 target=ldap_parse_result.3ldap 234 target=ldap_parse_result.3ldap
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 1531 (void) ldap_parse_result(lc->ld, msg, NULL, NULL, NULL, 1681 stat = ldap_parse_result(lc->ld, msg, &lprEc, 0, 0, 0, 1712 stat = ldap_parse_result(lc->ld, msg, &lprEc, 0, 0, 0, 2164 stat = ldap_parse_result((*lc)->ld, msg, &lderr, NULL, 2198 stat = ldap_parse_result((*lc)->ld, msg, &lderr, 2258 stat = ldap_parse_result(lc->ld, msg, &lderr, NULL, 2286 stat = ldap_parse_result(lc->ld, msg, &lderr, 2329 stat = ldap_parse_result(lc->ld, msg, &lderr, NULL, 2358 stat = ldap_parse_result(lc->ld, msg, &lderr, 2562 stat = ldap_parse_result(l [all...] |
H A D | nis_parse_ldap_conf.c | 1128 rc = ldap_parse_result(ld, resultMsg, &errCode, NULL, NULL, &referralsp,
|
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 54 ldap_parse_result.3ldap \ 363 ldap_parse_extended_result.3ldap := LINKSRC = ldap_parse_result.3ldap 364 ldap_parse_sasl_bind_result.3ldap := LINKSRC = ldap_parse_result.3ldap
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | error.c | 409 lderr_parse = ldap_parse_result( ld, r, &lderr, NULL, NULL, NULL, 485 ldap_parse_result( LDAP *ld, LDAPMessage *res, int *errcodep, char **matchednp, function 493 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_parse_result\n", 0, 0, 0 );
|
H A D | llib-lldap | 201 int ldap_parse_result(LDAP *ld, LDAPMessage *res, int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, int freeit) ;
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 913 rc = ldap_parse_result( ld, res, NULL, NULL, NULL, referralsp, NULL, 0 );
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | mbdb.c | 572 ** with ldap_parse_result(). This can happen when talking 576 save_errno = ldap_parse_result(LDAPLMAP.ldap_ld,
|
H A D | ldap.c | 1108 ** with ldap_parse_result(). This can happen when talking 1112 save_errno = ldap_parse_result(lmap->ldap_ld, lmap->ldap_res,
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_connect.c | 2397 ldap_rc = ldap_parse_result(ld, resultMsg, &errnum, NULL, 2542 ldap_rc = ldap_parse_result(ld, resultMsg, &errnum, NULL,
|
H A D | ns_reads.c | 1950 rc = ldap_parse_result(cookie->conn->ld, 2042 rc = ldap_parse_result(cookie->conn->ld, cookie->resultMsg, 2112 rc = ldap_parse_result(cookie->conn->ld, cookie->resultMsg,
|
H A D | ns_writes.c | 844 * ldap_parse_result below does, so set 881 rc = ldap_parse_result(conp->ld, res, &Errno,
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 843 if ( ldap_parse_result( ld, res, &rc, NULL, NULL, &refs, 845 ldaptool_print_lderror( ld, "ldap_parse_result",
|
H A D | ldaptest.c | 1077 if ((rc = ldap_parse_result(ld, lm, &errCode, &matched, &errMsg, &referrals, &srvctrls, 0)) != LDAP_SUCCESS){
|
H A D | common.c | 1612 if (( rc = ldap_parse_result( ld, res, &lderr, NULL, NULL, &refs,
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 631 int LDAP_CALL ldap_parse_result(LDAP *ld, LDAPMessage *res,
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 1722 ret = ldap_parse_result (ld, result, &errcode, NULL, NULL, NULL, NULL, 0);
|