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

  /src/external/bsd/libevent/dist/test/
regress_http.c 3676 http_simple_test_impl(void *arg, int ssl, int dirty, const char *uri) function
3714 { http_simple_test_impl(arg, 0, 0, "/test"); }
3716 { http_simple_test_impl(arg, 0, 0, "/test nonconformant"); }
4687 { http_simple_test_impl(arg, 1, 0, "/test"); }
4689 { http_simple_test_impl(arg, 1, 1, "/test"); }
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 3673 http_simple_test_impl(void *arg, int ssl, int dirty, const char *uri) function
3711 { http_simple_test_impl(arg, 0, 0, "/test"); }
3713 { http_simple_test_impl(arg, 0, 0, "/test nonconformant"); }
4680 { http_simple_test_impl(arg, 1, 0, "/test"); }
4682 { http_simple_test_impl(arg, 1, 1, "/test"); }

Completed in 55 milliseconds