HomeSort by relevance Sort by last modified time
    Searched refs:frqcb_cls (Results 1 - 4 of 4) sorted by null

  /external/libmicrohttpd/src/microspdy/
applicationlayer.c 535 void *frqcb_cls = NULL; local
555 frqcb_cls = request;
584 frqcb_cls,
611 frqcb_cls,
647 frqcb_cls,
structures.c 297 void *frqcb_cls,
348 response_to_queue->frqcb_cls = frqcb_cls;
423 response_to_queue->frqcb_cls = frqcb_cls;
structures.h 457 void *frqcb_cls; member in struct:SPDYF_Response_Queue
1170 * @param frqcb_cls closure for frqcb
1186 void *frqcb_cls,
session.c 684 response_queue->frqcb_cls,
711 response_queue->frqcb_cls = NULL;
1022 response_queue->frqcb(response_queue->frqcb_cls, response_queue, SPDY_RESPONSE_RESULT_STREAM_CLOSED);
    [all...]

Completed in 61 milliseconds