/openbsd/sbin/unwind/libunbound/services/ |
H A D | listen_dnsport.c | 2428 if(!h2_stream->rbuffer || in http2_submit_response_read_callback() 2490 struct http2_stream* h2_stream = h2_session->c->h2_stream; in http2_submit_dns_response() local 2494 if(h2_stream->rbuffer) { in http2_submit_dns_response() 2698 h2_session->c->h2_stream = h2_stream; in http2_query_read_done() 2752 if(!h2_stream->qbuffer) { in http2_req_frame_recv_cb() 2757 if(h2_stream->status) { in http2_req_frame_recv_cb() 2845 if(h2_stream->qbuffer) { in http2_buffer_uri_query() 3060 if(!h2_stream->qbuffer) { in http2_req_data_chunk_recv_cb() 3093 if(!h2_stream->qbuffer || in http2_req_data_chunk_recv_cb() 3109 if(h2_stream->qbuffer) { in http2_req_stream_clear() [all …]
|
H A D | mesh.c | 517 http2_stream_add_meshstate(rep->c->h2_stream, mesh, s); in mesh_new_client() 570 http2_stream_remove_mesh_state(rep->c->h2_stream); in mesh_new_client() 980 http2_stream_remove_mesh_state(rep->h2_stream); in mesh_state_cleanup() 1366 r->query_reply.c->h2_stream = r->h2_stream; in mesh_send_reply() 1370 r->h2_stream->mesh_state = NULL; in mesh_send_reply() 1538 http2_stream_remove_mesh_state(r->h2_stream); in mesh_query_done() 1572 http2_stream_remove_mesh_state(r->h2_stream); in mesh_query_done() 1741 r->h2_stream = rep->c->h2_stream; in mesh_state_add_reply() 1742 else r->h2_stream = NULL; in mesh_state_add_reply() 2267 http2_stream_remove_mesh_state(r->h2_stream); in mesh_serve_expired_callback()
|
H A D | listen_dnsport.h | 440 void http2_req_stream_clear(struct http2_stream* h2_stream);
|
H A D | mesh.h | 236 struct http2_stream* h2_stream; member
|
/openbsd/usr.sbin/unbound/services/ |
H A D | listen_dnsport.c | 2428 if(!h2_stream->rbuffer || in http2_submit_response_read_callback() 2490 struct http2_stream* h2_stream = h2_session->c->h2_stream; in http2_submit_dns_response() local 2494 if(h2_stream->rbuffer) { in http2_submit_dns_response() 2698 h2_session->c->h2_stream = h2_stream; in http2_query_read_done() 2752 if(!h2_stream->qbuffer) { in http2_req_frame_recv_cb() 2757 if(h2_stream->status) { in http2_req_frame_recv_cb() 2845 if(h2_stream->qbuffer) { in http2_buffer_uri_query() 3060 if(!h2_stream->qbuffer) { in http2_req_data_chunk_recv_cb() 3093 if(!h2_stream->qbuffer || in http2_req_data_chunk_recv_cb() 3109 if(h2_stream->qbuffer) { in http2_req_stream_clear() [all …]
|
H A D | mesh.c | 517 http2_stream_add_meshstate(rep->c->h2_stream, mesh, s); in mesh_new_client() 570 http2_stream_remove_mesh_state(rep->c->h2_stream); in mesh_new_client() 980 http2_stream_remove_mesh_state(rep->h2_stream); in mesh_state_cleanup() 1366 r->query_reply.c->h2_stream = r->h2_stream; in mesh_send_reply() 1370 r->h2_stream->mesh_state = NULL; in mesh_send_reply() 1538 http2_stream_remove_mesh_state(r->h2_stream); in mesh_query_done() 1572 http2_stream_remove_mesh_state(r->h2_stream); in mesh_query_done() 1741 r->h2_stream = rep->c->h2_stream; in mesh_state_add_reply() 1742 else r->h2_stream = NULL; in mesh_state_add_reply() 2267 http2_stream_remove_mesh_state(r->h2_stream); in mesh_serve_expired_callback()
|
H A D | listen_dnsport.h | 440 void http2_req_stream_clear(struct http2_stream* h2_stream);
|
H A D | mesh.h | 236 struct http2_stream* h2_stream; member
|
/openbsd/usr.sbin/unbound/testcode/ |
H A D | dohclient.c | 148 struct http2_stream* h2_stream; in submit_query() local 156 h2_stream = calloc(1, sizeof(*h2_stream)); in submit_query() 157 if(!h2_stream) in submit_query() 159 h2_stream->buf = buf; in submit_query() 341 struct http2_stream* h2_stream; in http2_stream_close_cb() local 349 free(h2_stream->path); in http2_stream_close_cb() 350 free(h2_stream); in http2_stream_close_cb() 351 h2_stream = NULL; in http2_stream_close_cb() 360 struct http2_stream* h2_stream; in http2_data_chunk_recv_cb() local 380 struct http2_stream* h2_stream; in http2_frame_recv_cb() local [all …]
|
H A D | fake_event.c | 1982 void http2_stream_add_meshstate(struct http2_stream* ATTR_UNUSED(h2_stream), in http2_stream_add_meshstate() argument 1987 void http2_stream_remove_mesh_state(struct http2_stream* ATTR_UNUSED(h2_stream)) in http2_stream_remove_mesh_state() argument
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | netevent.h | 263 struct http2_stream* h2_stream; member 951 struct http2_stream* h2_stream); 955 void http2_stream_add_meshstate(struct http2_stream* h2_stream, 959 void http2_stream_remove_mesh_state(struct http2_stream* h2_stream);
|
H A D | netevent.c | 3281 struct http2_stream* h2_stream = calloc(1, sizeof(*h2_stream)); local 3282 if(!h2_stream) { 3287 return h2_stream; 3295 mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state, 3300 free(h2_stream); 3313 if(!h2_stream) 3325 for(h2_stream = h2_session->first_stream; h2_stream;) { 3328 h2_stream = next; 3353 if(h2_stream->prev) 3354 h2_stream->prev->next = h2_stream->next; [all …]
|
/openbsd/usr.sbin/unbound/util/ |
H A D | netevent.h | 263 struct http2_stream* h2_stream; member 951 struct http2_stream* h2_stream); 955 void http2_stream_add_meshstate(struct http2_stream* h2_stream, 959 void http2_stream_remove_mesh_state(struct http2_stream* h2_stream);
|
H A D | netevent.c | 3281 struct http2_stream* h2_stream = calloc(1, sizeof(*h2_stream)); local 3282 if(!h2_stream) { 3287 return h2_stream; 3295 mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state, 3300 free(h2_stream); 3313 if(!h2_stream) 3325 for(h2_stream = h2_session->first_stream; h2_stream;) { 3328 h2_stream = next; 3353 if(h2_stream->prev) 3354 h2_stream->prev->next = h2_stream->next; [all …]
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 86 h2_stream is NULL when not in use, for more initialisation.
|