Searched refs:h2_stream (Results 1 – 8 of 8) sorted by relevance
| /freebsd-head/contrib/unbound/services/ |
| HD | listen_dnsport.c | 2514 struct http2_stream* h2_stream; in http2_submit_response_read_callback() local 2517 if(!(h2_stream = nghttp2_session_get_stream_user_data( in http2_submit_response_read_callback() 2523 if(!h2_stream->rbuffer || in http2_submit_response_read_callback() 2524 sldns_buffer_remaining(h2_stream->rbuffer) == 0) { in http2_submit_response_read_callback() 2531 if(copylen > sldns_buffer_remaining(h2_stream->rbuffer)) in http2_submit_response_read_callback() 2532 copylen = sldns_buffer_remaining(h2_stream->rbuffer); in http2_submit_response_read_callback() 2536 memcpy(buf, sldns_buffer_current(h2_stream->rbuffer), copylen); in http2_submit_response_read_callback() 2537 sldns_buffer_skip(h2_stream->rbuffer, copylen); in http2_submit_response_read_callback() 2539 if(sldns_buffer_remaining(h2_stream->rbuffer) == 0) { in http2_submit_response_read_callback() 2543 sldns_buffer_capacity(h2_stream->rbuffer); in http2_submit_response_read_callback() [all …]
|
| HD | mesh.c | 538 http2_stream_add_meshstate(rep->c->h2_stream, mesh, s); in mesh_new_client() 591 http2_stream_remove_mesh_state(rep->c->h2_stream); in mesh_new_client() 1072 http2_stream_remove_mesh_state(rep->h2_stream); in mesh_state_cleanup() 1458 r->query_reply.c->h2_stream = r->h2_stream; in mesh_send_reply() 1462 r->h2_stream->mesh_state = NULL; in mesh_send_reply() 1747 http2_stream_remove_mesh_state(r->h2_stream); in mesh_query_done() 1781 http2_stream_remove_mesh_state(r->h2_stream); in mesh_query_done() 1969 r->h2_stream = rep->c->h2_stream; in mesh_state_add_reply() 1970 else r->h2_stream = NULL; in mesh_state_add_reply() 2509 http2_stream_remove_mesh_state(r->h2_stream); in mesh_serve_expired_callback()
|
| HD | mesh.h | 247 struct http2_stream* h2_stream; member
|
| HD | listen_dnsport.h | 457 void http2_req_stream_clear(struct http2_stream* h2_stream);
|
| /freebsd-head/contrib/unbound/util/ |
| HD | netevent.h | 286 struct http2_stream* h2_stream; member 1022 struct http2_stream* h2_stream); 1026 void http2_stream_add_meshstate(struct http2_stream* h2_stream, 1030 void http2_stream_remove_mesh_state(struct http2_stream* h2_stream);
|
| HD | netevent.c | 3166 struct http2_stream* h2_stream) argument 3168 if(h2_stream->mesh_state) { 3169 mesh_state_remove_reply(h2_stream->mesh, h2_stream->mesh_state, 3171 h2_stream->mesh_state = NULL; 3173 http2_req_stream_clear(h2_stream); 3174 free(h2_stream); 3182 struct http2_stream* h2_stream, *next; local 3185 for(h2_stream = h2_session->first_stream; h2_stream;) { 3186 next = h2_stream->next; 3187 http2_stream_delete(h2_session, h2_stream); [all …]
|
| /freebsd-head/contrib/unbound/testcode/ |
| HD | fake_event.c | 1993 void http2_stream_add_meshstate(struct http2_stream* ATTR_UNUSED(h2_stream), in http2_stream_add_meshstate() argument 1998 void http2_stream_remove_mesh_state(struct http2_stream* ATTR_UNUSED(h2_stream)) in http2_stream_remove_mesh_state() argument
|
| /freebsd-head/contrib/unbound/doc/ |
| HD | Changelog | 500 h2_stream is NULL when not in use, for more initialisation.
|