Searched refs:http_cb (Results 1 – 2 of 2) sorted by relevance
3524 struct evhttp_cb *http_cb; in evhttp_free() local3546 mm_free(http_cb->what); in evhttp_free()3547 mm_free(http_cb); in evhttp_free()3694 struct evhttp_cb *http_cb; in evhttp_set_cb() local3709 mm_free(http_cb); in evhttp_set_cb()3712 http_cb->cb = cb; in evhttp_set_cb()3713 http_cb->cbarg = cbarg; in evhttp_set_cb()3723 struct evhttp_cb *http_cb; in evhttp_del_cb() local3729 if (http_cb == NULL) in evhttp_del_cb()3733 mm_free(http_cb->what); in evhttp_del_cb()[all …]
3673 struct evhttp_cb *http_cb; in evhttp_free() local3695 mm_free(http_cb->what); in evhttp_free()3696 mm_free(http_cb); in evhttp_free()3857 struct evhttp_cb *http_cb; in evhttp_set_cb() local3872 mm_free(http_cb); in evhttp_set_cb()3875 http_cb->cb = cb; in evhttp_set_cb()3876 http_cb->cbarg = cbarg; in evhttp_set_cb()3886 struct evhttp_cb *http_cb; in evhttp_del_cb() local3892 if (http_cb == NULL) in evhttp_del_cb()3896 mm_free(http_cb->what); in evhttp_del_cb()[all …]