Home
last modified time | relevance | path

Searched refs:HTTP_FAILED (Results 1 – 4 of 4) sorted by relevance

/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-http.c80 case HTTP_FAILED: in http_result()
107 return res == HTTP_FAILED; in http_response()
/openbsd/usr.sbin/rpki-client/
H A Drepo.c378 http_finish(tr->id, HTTP_FAILED, NULL); in ta_fetch()
1349 http_finish(rp->ta->id, HTTP_FAILED, NULL); in repo_fail()
H A Dextern.h516 HTTP_FAILED, /* anything else */
514 HTTP_FAILED, /* anything else */ global() enumerator
H A Dhttp.c638 enum http_result res = HTTP_FAILED; in http_req_fail()