HomeSort by relevance Sort by last modified time
    Searched refs:myhttp (Results 1 - 3 of 3) sorted by null

  /external/libevent/test/
regress_rpc.c 79 struct evhttp *myhttp; local
83 myhttp = evhttp_new(NULL);
84 if (!myhttp)
88 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", 0);
95 return (myhttp);
regress_http.c 90 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask)
97 sock = evhttp_bind_socket_with_handle(myhttp, "::1", *pport);
99 sock = evhttp_bind_socket_with_handle(myhttp, "127.0.0.1", *pport);
133 struct evhttp *myhttp; local
136 myhttp = evhttp_new(base);
138 if (http_bind(myhttp, pport, mask) < 0)
143 evhttp_set_bevcb(myhttp, https_bev, NULL);
148 evhttp_set_cb(myhttp, "/test", http_basic_cb, myhttp);
149 evhttp_set_cb(myhttp, "/large", http_large_cb, base)
2341 struct evhttp *myhttp = NULL; local
    [all...]
  /external/libcups/cups/
http.c 4555 http_t myhttp; \/* Local copy of HTTP data *\/ local
    [all...]

Completed in 134 milliseconds