Home | History | Annotate | Download | only in libevent

Lines Matching refs:evhttp_request_new

3923 evhttp_request_new(void (*cb)(struct evhttp_request *, void *), void *arg)
4215 if ((req = evhttp_request_new(evhttp_handle_request, http)) == NULL)