Lines Matching refs:reason
406 char *code, *reason, *end;
426 for (reason = code; *reason != '\0' && !ossl_isspace(*reason); reason++)
429 if (*reason == '\0')
433 *reason++ = '\0';
441 while (*reason != '\0' && ossl_isspace(*reason))
442 reason++;
444 if (*reason != '\0') {
449 /* chop any trailing whitespace from reason */
450 /* We know reason has a non-whitespace character so this is OK */
451 for (end = reason + strlen(reason) - 1; ossl_isspace(*end); end--)
464 if (*reason == '\0')
467 ERR_raise_data(ERR_LIB_HTTP, err, "code=%s, reason=%s", code,
468 reason);
1061 int reason = ERR_GET_REASON(err);
1064 || (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_TIMEOUT)
1065 || (lib == ERR_LIB_BIO && reason == BIO_R_CONNECT_ERROR)
1068 && reason == CMP_R_POTENTIALLY_INVALID_CERTIFICATE)
1368 * HTTP/d.d ddd reason text\r\n
1400 "reason=%s", mbufp);
1401 BIO_printf(bio_err, "%s: HTTP CONNECT failed, reason=%s\n",