Home
last modified time | relevance | path

Searched defs:response_queue (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dsession.c424 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; in SPDYF_handler_write_syn_reply() local
519 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; in SPDYF_handler_write_goaway() local
572 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; in SPDYF_handler_write_data() local
744 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; in SPDYF_handler_write_rst_stream() local
789 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; in SPDYF_handler_write_window_update() local
987 struct SPDYF_Response_Queue *response_queue; in SPDYF_session_write() local
1578 struct SPDYF_Response_Queue *response_queue; in SPDYF_session_destroy() local
Dstream.c126 SPDYF_stream_set_flags_on_write(struct SPDYF_Response_Queue *response_queue) in SPDYF_stream_set_flags_on_write()
Dstructures.c435 SPDYF_response_queue_destroy(struct SPDYF_Response_Queue *response_queue) in SPDYF_response_queue_destroy()
Dapplicationlayer.c213 struct SPDYF_Response_Queue *response_queue, in spdy_handler_response_queue_result()
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_channel_endpoint.py55 response_queue, argument
/external/python/cpython2/Lib/idlelib/
Drpc.py121 response_queue = Queue.Queue(0) variable