Home
last modified time | relevance | path

Searched defs:cstream (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c355 http_cstream_t *cstream = NULL; find_http_cstream() local
531 http_cstream_t *cstream = find_http_cstream(stream_id, session); on_client_data_chunk_recv_callback() local
606 call_unlink_cstream_readcb(http_cstream_t * cstream,isc_nm_http_session_t * session,isc_result_t result) call_unlink_cstream_readcb() argument
623 http_cstream_t *cstream = find_http_cstream(stream_id, session); on_client_stream_close_callback() local
699 client_handle_status_header(http_cstream_t * cstream,const uint8_t * value,const size_t valuelen) client_handle_status_header() argument
715 client_handle_content_length_header(http_cstream_t * cstream,const uint8_t * value,const size_t valuelen) client_handle_content_length_header() argument
734 client_handle_content_type_header(http_cstream_t * cstream,const uint8_t * value,const size_t valuelen) client_handle_content_type_header() argument
755 http_cstream_t *cstream = NULL; client_on_header_callback() local
870 http_cstream_t *cstream = NULL; client_read_callback() local
1295 http_cstream_t *cstream = sock->h2.connect.cstream; get_http_cstream() local
1352 http_cstream_t *cstream = NULL; transport_connect_cb() local
1520 http_cstream_t *cstream = sock->h2.connect.cstream; client_send() local
1597 http_cstream_t *cstream = NULL; isc__nm_http_request() local
2295 http_cstream_t *cstream = NULL; isc__nm_http_read() local
2802 http_cstream_t *cstream = NULL; client_call_failed_read_cb() local
[all...]
H A Dnetmgr-int.h956 void *cstream; global() member