Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/sntp/libevent/
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 …]
/freebsd-14.2/contrib/libevent/
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 …]
/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_http.c83 ctx->http_cb, OSSL_CMP_CTX_get_http_cb_arg(ctx), in OSSL_CMP_MSG_http_perform()
H A Dcmp_local.h54 OSSL_HTTP_bio_cb_t http_cb; member
H A Dcmp_ctx.c914 ctx->http_cb = cb; in DEFINE_OSSL_CMP_CTX_set1()
/freebsd-14.2/crypto/openssl/test/
H A Dcmp_ctx_test.c739 DEFINE_SET_CB_TEST(http_cb) in DEFINE_SET_CB_TEST()