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() function
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()
502 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODES_FATAL_ERROR); in test_http_get_txt_fatal_status()
507 return test_http_method(1 /* GET */, 1, HTTP_STATUS_CODES_NONFATAL_ERROR); in test_http_get_txt_error_status()
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()
532 return test_http_method(0 /* POST */, 0, HTTP_STATUS_CODES_FATAL_ERROR); in test_http_post_x509_fatal_status()
[all …]