Searched refs:errcodep (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dvlistctrl.c153 * "ctrls" *target_posp, *list_sizep, and *errcodep are set based on its
184 int *errcodep
245 if ( errcodep != NULL ) {
246 *errcodep = errcode;
H A Derror.c479 * from the LDAP result itself is returned in the errcodep result parameter.
480 * If any of the result params. (errcodep, matchednp, errmsgp, referralsp,
485 ldap_parse_result( LDAP *ld, LDAPMessage *res, int *errcodep, char **matchednp, argument
518 if ( errcodep != NULL ) {
519 *errcodep = errcode;
558 nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, int *errcodep, argument
666 if ( errcodep != NULL ) {
667 *errcodep = errcode;
H A Dllib-lldap201 int ldap_parse_result(LDAP *ld, LDAPMessage *res, int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, int freeit) ;
463 int ldap_parse_virtuallist_control(LDAP *ld, LDAPControl **ctrls, unsigned long *target_posp, unsigned long *list_sizep, int *errcodep);
H A Dldap-int.h671 int *errcodep, char **matchednp, char **errmsgp, char ***referralsp,
/illumos-gate/usr/src/head/
H A Dldap.h632 int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp,
711 unsigned long *list_sizep, int *errcodep);

Completed in 53 milliseconds