Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Dhttp.c3524 struct evhttp_cb *http_cb; in evhttp_free() local
3546 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() local
3709 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() local
3729 if (http_cb == NULL) in evhttp_del_cb()
3733 mm_free(http_cb->what); in evhttp_del_cb()
[all …]
/freebsd-13.1/contrib/libevent/
H A Dhttp.c3673 struct evhttp_cb *http_cb; in evhttp_free() local
3695 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() local
3872 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() local
3892 if (http_cb == NULL) in evhttp_del_cb()
3896 mm_free(http_cb->what); in evhttp_del_cb()
[all …]