Searched refs:frqcb_cls (Results 1 – 4 of 4) sorted by relevance
/external/libmicrohttpd/src/microspdy/ |
D | applicationlayer.c | 535 void *frqcb_cls = NULL; in SPDY_queue_response() local 555 frqcb_cls = request; in SPDY_queue_response() 584 frqcb_cls, in SPDY_queue_response() 611 frqcb_cls, in SPDY_queue_response() 647 frqcb_cls, in SPDY_queue_response()
|
D | structures.c | 297 void *frqcb_cls, in SPDYF_response_queue_create() argument 348 response_to_queue->frqcb_cls = frqcb_cls; in SPDYF_response_queue_create() 423 response_to_queue->frqcb_cls = frqcb_cls; in SPDYF_response_queue_create()
|
D | structures.h | 457 void *frqcb_cls; member 1186 void *frqcb_cls,
|
D | session.c | 684 response_queue->frqcb_cls, in SPDYF_handler_write_data() 711 response_queue->frqcb_cls = NULL; in SPDYF_handler_write_data() 1022 …response_queue->frqcb(response_queue->frqcb_cls, response_queue, SPDY_RESPONSE_RESULT_STREAM_CLOSE… in SPDYF_session_write() 1138 queue_head->frqcb(queue_head->frqcb_cls, queue_head, SPDY_RESPONSE_RESULT_SUCCESS); in SPDYF_session_write() 1593 …response_queue->frqcb(response_queue->frqcb_cls, response_queue, SPDY_RESPONSE_RESULT_SESSION_CLOS… in SPDYF_session_destroy()
|