Searched refs:errcodep (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | vlistctrl.c | 182 int *errcodep in ldap_parse_virtuallist_control() argument 243 if ( errcodep != NULL ) { in ldap_parse_virtuallist_control() 244 *errcodep = errcode; in ldap_parse_virtuallist_control()
|
H A D | error.c | 483 ldap_parse_result( LDAP *ld, LDAPMessage *res, int *errcodep, char **matchednp, in ldap_parse_result() argument 516 if ( errcodep != NULL ) { in ldap_parse_result() 517 *errcodep = errcode; in ldap_parse_result() 556 nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, int *errcodep, in nsldapi_parse_result() argument 664 if ( errcodep != NULL ) { in nsldapi_parse_result() 665 *errcodep = errcode; in nsldapi_parse_result()
|
H A D | ldap-int.h | 669 int *errcodep, char **matchednp, char **errmsgp, char ***referralsp,
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 632 int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, 711 unsigned long *list_sizep, int *errcodep);
|