Searched refs:test_http_keep_alive (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | http_test.c | 243 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive() function 542 return test_http_keep_alive('0', 0, 0); in test_http_keep_alive_0_no_no() 547 return test_http_keep_alive('1', 0, 0); in test_http_keep_alive_1_no_no() 552 return test_http_keep_alive('0', 1, 1); in test_http_keep_alive_0_prefer_yes() 557 return test_http_keep_alive('1', 1, 1); in test_http_keep_alive_1_prefer_yes() 562 return test_http_keep_alive('0', 2, 1); in test_http_keep_alive_0_require_yes() 567 return test_http_keep_alive('1', 2, 1); in test_http_keep_alive_1_require_yes() 572 return test_http_keep_alive('0', 2, 0); in test_http_keep_alive_0_require_no() 577 return test_http_keep_alive('1', 2, 0); in test_http_keep_alive_1_require_no()
|