Searched defs:errmsgp (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | error.c | 480 * If any of the result params. (errcodep, matchednp, errmsgp, referralsp, 486 char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, 524 if ( errmsgp != NULL ) { 525 *errmsgp = nsldapi_strdup( e ); 559 char **matchednp, char **errmsgp, char ***referralsp, 598 if ( errmsgp != NULL ) { 599 *errmsgp = NULL; 674 if ( errmsgp != NULL ) { 675 *errmsgp = e; 485 ldap_parse_result( LDAP *ld, LDAPMessage *res, int *errcodep, char **matchednp, char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, int freeit ) argument 558 nsldapi_parse_result( LDAP *ld, int msgtype, BerElement *rber, int *errcodep, char **matchednp, char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp ) argument
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-threads.c | 139 static int prldap_get_ld_error( char **matchedp, char **errmsgp, 275 prldap_get_ld_error( char **matchedp, char **errmsgp, void *errorarg ) argument 286 if ( errmsgp != NULL ) { 287 *errmsgp = eip->plei_errmsg; 294 if ( errmsgp != NULL ) { 295 *errmsgp = NULL;
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | result.c | 1210 char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, 1232 if (errmsgp && *errmsgp){ 1233 free(*errmsgp); 1234 *errmsgp = NULL; 1272 if (errmsgp) { 1273 *errmsgp = a2ndcharp; 1353 if (errmsgp) { 1354 *errmsgp = a2ndcharp; 1373 if (errmsgp) { 1209 ldap_parse_result(LDAP *ld, LDAPMessage *res, int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, int freeit) argument [all...] |
Completed in 38 milliseconds