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

  /external/chromium_org/third_party/libevent/
evhttp.h 118 void evhttp_set_cb(struct evhttp *, const char *,
evrpc.c 219 evhttp_set_cb(base->http_server,
http.c 2390 evhttp_set_cb(struct evhttp *http, const char *uri, function
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress_http.c 95 evhttp_set_cb(myhttp, "/test", http_basic_cb, NULL);
96 evhttp_set_cb(myhttp, "/chunked", http_chunked_cb, NULL);
97 evhttp_set_cb(myhttp, "/postit", http_post_cb, NULL);
98 evhttp_set_cb(myhttp, "/largedelay", http_large_delay_cb, NULL);
99 evhttp_set_cb(myhttp, "/", http_dispatcher_cb, NULL);

Completed in 146 milliseconds