Lines Matching defs:error

91 		boolean_t flag, int version, int *error);
201 * -1 error
277 * RETURN VALUES: copy of authp or NULL on error
458 * OUTPUT: DN, error
465 ns_ldap_error_t ** error)
478 &paramVal, error)) != NS_LDAP_SUCCESS) {
486 MKERROR(LOG_ERR, *error, NS_CONFIG_FILE, strdup(errmsg),
541 /* shorten name to avoid cstyle error */
543 service, &buffer, error);
592 * OUTPUT: DN, error
598 ns_ldap_error_t ** error)
607 &paramVal, error)) != NS_LDAP_SUCCESS) {
879 * OUTPUT: servers, error
884 ns_ldap_error_t ** error)
899 &paramVal, error)) != NS_LDAP_SUCCESS)
905 MKERROR(LOG_INFO, *error, NS_CONFIG_FILE, strdup(errmsg),
919 &paramVal, error)) != NS_LDAP_SUCCESS)
931 MKERROR(LOG_WARNING, *error, NS_CONFIG_FILE, strdup(errmsg),
955 &paramVal, error)) != NS_LDAP_SUCCESS) {
967 &val, error)) != NS_LDAP_SUCCESS) {
1015 MKERROR(LOG_WARNING, *error, NS_CONFIG_FILE,
1125 boolean_t flag, int version, int *error)
1140 *error = NS_LDAP_CONFIG;
1151 *error = NS_LDAP_CONFIG;
1158 *error = NS_LDAP_MEMORY;
1190 *error = NS_LDAP_MEMORY;
1445 * log error and continue
1694 * OUTPUT: *SSDlist, *errorp if error
2159 * Map the LDAP error code and error message from LDAP server
2166 (errmsg != NULL) ? errmsg : "error msg not available");
2220 * syntax error: the new password
2336 * If it's a NULL, it could be either an RDN parsing error
2438 ns_ldap_error_t *error = NULL;
2457 &error) != NS_LDAP_SUCCESS) {
2462 error != NULL && error->message != NULL ?
2463 error->message : " no error info");
2464 if (error != NULL) {
2465 (void) __ns_ldap_freeError(&error);
2527 * and copy in the error message 'msg'.