Home
last modified time | relevance | path

Searched refs:frqcb (Results 1 – 4 of 4) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dapplicationlayer.c534 SPDYF_ResponseQueueResultCallback frqcb = NULL; in SPDY_queue_response() local
556 frqcb = &spdy_handler_response_queue_result; in SPDY_queue_response()
583 frqcb, in SPDY_queue_response()
610 frqcb, in SPDY_queue_response()
646 frqcb, in SPDY_queue_response()
Dstructures.c296 SPDYF_ResponseQueueResultCallback frqcb, in SPDYF_response_queue_create() argument
347 response_to_queue->frqcb = frqcb; in SPDYF_response_queue_create()
422 response_to_queue->frqcb = frqcb; in SPDYF_response_queue_create()
Dsession.c683 response_queue->frqcb, in SPDYF_handler_write_data()
710 response_queue->frqcb = NULL; in SPDYF_handler_write_data()
1020 if(NULL != response_queue->frqcb) in SPDYF_session_write()
1022 …response_queue->frqcb(response_queue->frqcb_cls, response_queue, SPDY_RESPONSE_RESULT_STREAM_CLOSE… in SPDYF_session_write()
1135 if(NULL != queue_head->frqcb) in SPDYF_session_write()
1138 queue_head->frqcb(queue_head->frqcb_cls, queue_head, SPDY_RESPONSE_RESULT_SUCCESS); in SPDYF_session_write()
1591 if(NULL != response_queue->frqcb) in SPDYF_session_destroy()
1593 …response_queue->frqcb(response_queue->frqcb_cls, response_queue, SPDY_RESPONSE_RESULT_SESSION_CLOS… in SPDYF_session_destroy()
Dstructures.h452 SPDYF_ResponseQueueResultCallback frqcb; member
1185 SPDYF_ResponseQueueResultCallback frqcb,