Home
last modified time | relevance | path

Searched refs:HTTP_STATUS_CODE_OK (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dhttp_test.c18 #define HTTP_STATUS_CODE_OK 200 macro
427 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODE_OK); in test_http_get_txt()
432 return test_http_method(2 /* GET with redirection */, 1, HTTP_STATUS_CODE_OK); in test_http_get_txt_redirected()
447 return test_http_method(0 /* POST */, 1, HTTP_STATUS_CODE_OK); in test_http_post_txt()
452 return test_http_method(1 /* GET */, 0, HTTP_STATUS_CODE_OK); in test_http_get_x509()
457 return test_http_method(2 /* GET with redirection */, 0, HTTP_STATUS_CODE_OK); in test_http_get_x509_redirected()
462 return test_http_method(0 /* POST */, 0, HTTP_STATUS_CODE_OK); in test_http_post_x509()
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c35 #define HTTP_STATUS_CODE_OK 200 macro
486 case HTTP_STATUS_CODE_OK: in parse_http_line1()
757 case HTTP_STATUS_CODE_OK: in OSSL_HTTP_REQ_CTX_nbio()
805 || status_code == HTTP_STATUS_CODE_OK)) { in OSSL_HTTP_REQ_CTX_nbio()