Home
last modified time | relevance | path

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

/libevent-2.1.12/
H A Dhttp.c3733 struct evhttp_cb *http_cb; in evhttp_free() local
3755 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() local
3932 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() local
3952 if (http_cb == NULL) in evhttp_del_cb()
3956 mm_free(http_cb->what); in evhttp_del_cb()
[all …]