Home
last modified time | relevance | path

Searched refs:evhttp_del_cb (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ntp/sntp/libevent/include/event2/
HDhttp.h265 int evhttp_del_cb(struct evhttp *, const char *);
/NextBSD/contrib/ntp/sntp/libevent/
HDevrpc.c270 r = evhttp_del_cb(base->http_server, registered_uri); in evrpc_unregister_rpc()
HDhttp.c3721 evhttp_del_cb(struct evhttp *http, const char *uri) in evhttp_del_cb() function
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_http.c3475 tt_int_op(evhttp_del_cb(http, "/test"), ==, 0); in http_primitives()
3476 tt_int_op(evhttp_del_cb(http, "/test"), ==, -1); in http_primitives()
3780 evhttp_del_cb(http, "/test"); in http_terminate_chunked_test()