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
408 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODE_OK); in test_http_get_txt()
413 return test_http_method(2 /* GET with redirection */, 1, HTTP_STATUS_CODE_OK); in test_http_get_txt_redirected()
428 return test_http_method(0 /* POST */, 1, HTTP_STATUS_CODE_OK); in test_http_post_txt()
433 return test_http_method(1 /* GET */, 0, HTTP_STATUS_CODE_OK); in test_http_get_x509()
438 return test_http_method(2 /* GET with redirection */, 0, HTTP_STATUS_CODE_OK); in test_http_get_x509_redirected()
443 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()
756 case HTTP_STATUS_CODE_OK: in OSSL_HTTP_REQ_CTX_nbio()