Searched refs:test_http_keep_alive (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/test/ |
D | http_test.c | 157 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) in test_http_keep_alive() function 321 return test_http_keep_alive('0', 0, 0); in test_http_keep_alive_0_no_no() 326 return test_http_keep_alive('1', 0, 0); in test_http_keep_alive_1_no_no() 331 return test_http_keep_alive('0', 1, 1); in test_http_keep_alive_0_prefer_yes() 336 return test_http_keep_alive('1', 1, 1); in test_http_keep_alive_1_prefer_yes() 341 return test_http_keep_alive('0', 2, 1); in test_http_keep_alive_0_require_yes() 346 return test_http_keep_alive('1', 2, 1); in test_http_keep_alive_1_require_yes() 351 return test_http_keep_alive('0', 2, 0); in test_http_keep_alive_0_require_no() 356 return test_http_keep_alive('1', 2, 0); in test_http_keep_alive_1_require_no()
|