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