Searched refs:errmsgp (Results 1 – 7 of 7) sorted by relevance
/titanic_50/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 ) in prldap_get_ld_error() argument 286 if ( errmsgp != NULL ) { in prldap_get_ld_error() 287 *errmsgp = eip->plei_errmsg; in prldap_get_ld_error() 294 if ( errmsgp != NULL ) { in prldap_get_ld_error() 295 *errmsgp = NULL; in prldap_get_ld_error()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | error.c | 486 char **errmsgp, char ***referralsp, LDAPControl ***serverctrlsp, in ldap_parse_result() argument 524 if ( errmsgp != NULL ) { in ldap_parse_result() 525 *errmsgp = nsldapi_strdup( e ); in ldap_parse_result() 559 char **matchednp, char **errmsgp, char ***referralsp, in nsldapi_parse_result() argument 598 if ( errmsgp != NULL ) { in nsldapi_parse_result() 599 *errmsgp = NULL; in nsldapi_parse_result() 674 if ( errmsgp != NULL ) { in nsldapi_parse_result() 675 *errmsgp = e; in nsldapi_parse_result()
|
H A D | ldap-int.h | 671 int *errcodep, char **matchednp, char **errmsgp, char ***referralsp,
|
H A D | llib-lldap | 201 int ldap_parse_result(LDAP *ld, LDAPMessage *res, int *errcodep, char **matcheddnp, char **errmsgp,…
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_module.c | 73 mdb_module_validate_name(const char *name, const char **errmsgp) in mdb_module_validate_name() argument 76 *errmsgp = "no module name was specified\n"; in mdb_module_validate_name() 81 *errmsgp = "module name '%s' exceeds name length limit\n"; in mdb_module_validate_name() 86 *errmsgp = "module name '%s' contains illegal characters\n"; in mdb_module_validate_name() 91 *errmsgp = "%s module is already loaded\n"; in mdb_module_validate_name()
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | ldapsinit.c | 179 char **errmsgp ); 815 char **errmsgp ) in get_keyandcert() argument 822 if ( errmsgp != NULL ) { in get_keyandcert() 823 *errmsgp = dgettext(TEXT_DOMAIN, "unable to find certificate"); in get_keyandcert() 836 if ( errmsgp != NULL ) { in get_keyandcert() 837 *errmsgp = dgettext(TEXT_DOMAIN, "bad key or key password"); in get_keyandcert()
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 632 int *errcodep, char **matcheddnp, char **errmsgp, char ***referralsp, 1228 char **matchedp, char **errmsgp, void *arg);
|