Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Ddohclient.c305 static ssize_t http2_send_cb(nghttp2_session* ATTR_UNUSED(session), in http2_send_cb() function
437 nghttp2_session_callbacks_set_send_callback(callbacks, http2_send_cb); in http2_session_create()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h929 ssize_t http2_send_cb(nghttp2_session* session, const uint8_t* buf,
H A Dnetevent.c3688 ssize_t http2_send_cb(nghttp2_session* ATTR_UNUSED(session), const uint8_t* buf, function
/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.c3139 nghttp2_session_callbacks_set_send_callback(callbacks, http2_send_cb); in http2_req_callbacks_create()