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

  /src/external/bsd/libevent/dist/test/
regress_http.c 1467 struct evhttp *inactive_http = NULL; local
1503 inactive_http = http_setup(&port, inactive_base, 0);
1604 if (inactive_http)
1605 evhttp_free(inactive_http);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 1464 struct evhttp *inactive_http = NULL; local
1500 inactive_http = http_setup(&port, inactive_base, 0);
1601 if (inactive_http)
1602 evhttp_free(inactive_http);

Completed in 66 milliseconds