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.c19 #define HTTP_STATUS_CODE_OK 200 macro
492 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODE_OK); in test_http_get_txt()
497 return test_http_method(2 /* GET with redirection */, 1, HTTP_STATUS_CODE_OK); in test_http_get_txt_redirected()
512 return test_http_method(0 /* POST */, 1, HTTP_STATUS_CODE_OK); in test_http_post_txt()
517 return test_http_method(1 /* GET */, 0, HTTP_STATUS_CODE_OK); in test_http_get_x509()
522 return test_http_method(2 /* GET with redirection */, 0, HTTP_STATUS_CODE_OK); in test_http_get_x509_redirected()
527 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
503 case HTTP_STATUS_CODE_OK: in parse_http_line1()
774 case HTTP_STATUS_CODE_OK: in OSSL_HTTP_REQ_CTX_nbio()
822 || status_code == HTTP_STATUS_CODE_OK)) { in OSSL_HTTP_REQ_CTX_nbio()