Lines Matching defs:error

237  * Return - NULL: error
604 ns_ldap_error_t **error,
635 if (e == NULL || ret == NULL || error == NULL)
638 *error = NULL;
780 &ap[0]->attrvalue[0], error);
912 * syslog the error
947 * syslog the error
2208 * free the error structure (we do not need
2263 * free the error structure (we do not need
2324 * free the error structure (we do not need
2802 * If something was to remain in libldap queue as a result of some error then
2877 ns_ldap_error_t *error = NULL;
2888 errorp = &error;
2998 * error occurred when using the connection. On entry,
2999 * cookie->err_rc must be set to the ldap error code,
3051 gettext("Session error no available conn.\n"),
3254 * converted to ldap error code to see if it's a retry-able
3255 * error, if so, go to REINIT or NEXT_SESSION to retry.
3279 /* retryable error */
3677 gettext("Unexpected State machine error.\n"));
3775 ns_ldap_error_t *error = NULL;
3813 &sdlist, &error);
3816 *errorp = error;
3946 * If state machine init failed then copy error to the caller
3990 * couple of times in error situations.
4068 * couple of times in error situations.
4257 * couple of times in error situations.
4388 * with the cookie is complete (success or error) then the cookie is
4393 * -1 (on errors, *rcp will contain the error code)
4519 * this cookie till we reach either the error, exit
4688 ns_ldap_error_t *error = NULL;
4710 &sdlist, &error);
4712 *errorp = error;
4731 rc = __s_api_getDNs(&dns, service, &error);
4743 *errorp = error;
5428 ns_ldap_error_t *error = NULL;
5439 rc = __ns_ldap_getParam(NS_LDAP_SERVICE_AUTH_METHOD_P, &param, &error);
5441 *errorp = error;
5848 /* error if not found */
6358 gettext("error 0x%x decoding value for "
6540 /* Ldap decoding error */
6553 /* Ldap decoding error */
6569 /* Ldap decoding error */
6655 ns_ldap_error_t *error = NULL;
6670 &cookie->followRef, &error);
6672 (void) __ns_ldap_freeError(&error);
6678 &sdlist, &error);
6680 (void) __ns_ldap_freeError(&error);
6783 * Return values: NS_LDAP_SUCCESS on success or appropriate error
6792 ns_ldap_error_t *error = NULL;
6796 &try_cnt, &rc, &error) == 0)