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

  /src/external/bsd/libevent/dist/test/
regress_http.c 95 #define HTTP_BIND_SSL 2
150 if (mask & HTTP_BIND_SSL) {
519 int server_flags = ssl ? HTTP_BIND_SSL : 0;
1078 mask |= HTTP_BIND_SSL;
3115 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3334 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3411 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3608 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3672 hs->http = http_setup(&hs->port, http_make_web_server_base, hs->ssl ? HTTP_BIND_SSL : 0);
3683 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_http.c 92 #define HTTP_BIND_SSL 2
147 if (mask & HTTP_BIND_SSL) {
516 int server_flags = ssl ? HTTP_BIND_SSL : 0;
1075 mask |= HTTP_BIND_SSL;
3112 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3331 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3408 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3605 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0);
3669 hs->http = http_setup(&hs->port, http_make_web_server_base, hs->ssl ? HTTP_BIND_SSL : 0);
3680 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0)
    [all...]

Completed in 21 milliseconds