HomeSort by relevance Sort by last modified time
    Searched defs:response_queue (Results 1 - 5 of 5) sorted by null

  /external/libmicrohttpd/src/microspdy/
session.c 424 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; local
425 struct SPDYF_Stream *stream = response_queue->stream;
435 memcpy(&control_frame, response_queue->control_frame, sizeof(control_frame));
438 response_queue->data,
439 response_queue->data_size,
457 SPDYF_ASSERT(used_data == response_queue->data_size, "not everything was used by zlib");
519 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; local
526 memcpy(&control_frame, response_queue->control_frame, sizeof(control_frame));
555 memcpy(session->write_buffer + session->write_buffer_offset, response_queue->data, 4);
558 //free(response_queue->data)
572 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; local
744 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; local
789 struct SPDYF_Response_Queue *response_queue = session->response_queue_head; local
987 struct SPDYF_Response_Queue *response_queue; local
1578 struct SPDYF_Response_Queue *response_queue; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
rpc.py 121 response_queue = Queue.Queue(0) variable
401 taken from response_queue and sent across the link with the associated
405 sequence number in the response_queue.
415 qmsg = response_queue.get(0)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
rpc.py 121 response_queue = Queue.Queue(0) variable
401 taken from response_queue and sent across the link with the associated
405 sequence number in the response_queue.
415 qmsg = response_queue.get(0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 121 response_queue = Queue.Queue(0) variable
401 taken from response_queue and sent across the link with the associated
405 sequence number in the response_queue.
415 qmsg = response_queue.get(0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 121 response_queue = Queue.Queue(0) variable
401 taken from response_queue and sent across the link with the associated
405 sequence number in the response_queue.
415 qmsg = response_queue.get(0)

Completed in 1161 milliseconds