Home
last modified time | relevance | path

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

/aosp_15_r20/external/libevent/
H A Dhttp.c3335 evhttp_dispatch_callback(struct httpcbq *callbacks, struct evhttp_request *req) in evhttp_dispatch_callback() function
3494 if ((cb = evhttp_dispatch_callback(&http->callbacks, req)) != NULL) { in evhttp_handle_request()