Searched refs:http_cb (Results 1 – 1 of 1) sorted by relevance
3733 struct evhttp_cb *http_cb; in evhttp_free() local3755 mm_free(http_cb->what); in evhttp_free()3756 mm_free(http_cb); in evhttp_free()3917 struct evhttp_cb *http_cb; in evhttp_set_cb() local3932 mm_free(http_cb); in evhttp_set_cb()3935 http_cb->cb = cb; in evhttp_set_cb()3936 http_cb->cbarg = cbarg; in evhttp_set_cb()3946 struct evhttp_cb *http_cb; in evhttp_del_cb() local3952 if (http_cb == NULL) in evhttp_del_cb()3956 mm_free(http_cb->what); in evhttp_del_cb()[all …]