Searched refs:errmsgp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-threads.c139 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;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c480 * 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
H A Dldap-int.h671 int *errcodep, char **matchednp, char **errmsgp, char ***referralsp,
H A Dllib-lldap201 int ldap_parse_result(LDAP *ld, LDAPMessage *res, int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, int freeit) ;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module.c73 mdb_module_validate_name(const char *name, const char **errmsgp) argument
76 *errmsgp = "no module name was specified\n";
81 *errmsgp = "module name '%s' exceeds name length limit\n";
86 *errmsgp = "module name '%s' contains illegal characters\n";
91 *errmsgp = "%s module is already loaded\n";
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c179 char **errmsgp );
815 char **errmsgp )
822 if ( errmsgp != NULL ) {
823 *errmsgp = dgettext(TEXT_DOMAIN, "unable to find certificate");
836 if ( errmsgp != NULL ) {
837 *errmsgp = dgettext(TEXT_DOMAIN, "bad key or key password");
/illumos-gate/usr/src/head/
H A Dldap.h632 int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp,
1228 char **matchedp, char **errmsgp, void *arg);

Completed in 93 milliseconds