Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c3339 evhttp_dispatch_callback(struct httpcbq *callbacks, struct evhttp_request *req) in evhttp_dispatch_callback() function
3498 if ((cb = evhttp_dispatch_callback(&http->callbacks, req)) != NULL) { in evhttp_handle_request()