Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dhttp_test.c156 static int test_http_method(int do_get, int do_txt, int suggested_status) in test_http_method()
479 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODE_OK);
484 return test_http_method(2 /* GET with redirection */, 1, HTTP_STATUS_CODE_OK);
489 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODES_FATAL_ERROR);
494 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODES_NONFATAL_ERROR);
499 return test_http_method(0 /* POST */, 1, HTTP_STATUS_CODE_OK);
504 return test_http_method(1 /* GET */, 0, HTTP_STATUS_CODE_OK);
509 return test_http_method(2 /* GET with redirection */, 0, HTTP_STATUS_CODE_OK);
514 return test_http_method(0 /* POST */, 0, HTTP_STATUS_CODE_OK);
519 return test_http_method( in test_http_resp_hdr_limit()
155 static int test_http_method(int do_get, int do_txt, int suggested_status) test_http_method() function
[all...]