Lines Matching refs:errcode
847 unsigned long errcode; in validate_signature() local
943 while ((errcode = ERR_get_error_line_data(NULL, in validate_signature()
947 ERR_reason_error_string(errcode); in validate_signature()
982 while ((errcode = ERR_get_error_line_data(NULL, in validate_signature()
985 ERR_reason_error_string(errcode); in validate_signature()
1218 unsigned long errcode; in ocsp_verify() local
1499 while ((errcode = ERR_get_error()) != NULL) { in ocsp_verify()
1500 err_reason = ERR_reason_error_string(errcode); in ocsp_verify()
1716 ulong_t errcode; in web_connect() local
1765 while ((errcode = http_get_lasterr(ps->hps, &errsrc)) != 0) { in web_connect()
1768 my_errno = errcode; in web_connect()
1772 libhttperr = http_errorstr(errsrc, errcode); in web_connect()
1919 ulong_t errcode; in web_send_request() local
1926 while ((errcode = http_get_lasterr(ps->hps, in web_send_request()
1930 my_errno = errcode; in web_send_request()
1935 http_errorstr(errsrc, errcode); in web_send_request()
1971 while ((errcode = http_get_lasterr(ps->hps, in web_send_request()
1975 my_errno = errcode; in web_send_request()
1984 errcode); in web_send_request()
2023 while ((errcode = http_get_lasterr(ps->hps, in web_send_request()
2027 my_errno = errcode; in web_send_request()
2036 errcode); in web_send_request()
2147 ulong_t errcode; in web_get_file() local
2343 while ((errcode = http_get_lasterr(ps->hps, in web_get_file()
2347 my_errno = errcode; in web_get_file()
2355 http_errorstr(errsrc, errcode); in web_get_file()