HomeSort by: relevance | last modified time | path
    Searched refs:test_http_keep_alive (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
http_test.c 157 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) function
322 return test_http_keep_alive('0', 0, 0);
327 return test_http_keep_alive('1', 0, 0);
332 return test_http_keep_alive('0', 1, 1);
337 return test_http_keep_alive('1', 1, 1);
342 return test_http_keep_alive('0', 2, 1);
347 return test_http_keep_alive('1', 2, 1);
352 return test_http_keep_alive('0', 2, 0);
357 return test_http_keep_alive('1', 2, 0);
  /src/crypto/external/apache2/openssl/dist/test/
http_test.c 242 static int test_http_keep_alive(char version, int keep_alive, int kept_alive) function
458 return test_http_keep_alive('0', 0, 0);
463 return test_http_keep_alive('1', 0, 0);
468 return test_http_keep_alive('0', 1, 1);
473 return test_http_keep_alive('1', 1, 1);
478 return test_http_keep_alive('0', 2, 1);
483 return test_http_keep_alive('1', 2, 1);
488 return test_http_keep_alive('0', 2, 0);
493 return test_http_keep_alive('1', 2, 0);

Completed in 26 milliseconds