Lines Matching full:evhttp_request_new
2437 evhttp_request_new(void (*cb)(struct evhttp_request *, void *), void *arg)2572 if ((req = evhttp_request_new(evhttp_handle_request, http)) == NULL)