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

  /external/libmicrohttpd/src/examples/
spdy_response_with_callback.c 64 bool streamopened)
66 (void)streamopened;
spdy_event_loop.c 125 bool streamopened)
127 (void)streamopened;
spdy_fileserver.c 125 bool streamopened)
127 (void)streamopened;
  /external/libmicrohttpd/src/testspdy/
test_misc.c 101 bool streamopened)
104 (void)streamopened;
test_request_response_with_callback.c 91 bool streamopened)
94 (void)streamopened;
  /external/libmicrohttpd/src/microspdy/
applicationlayer.c 39 bool streamopened)
43 (void)streamopened;
216 int streamopened; local
225 streamopened = !response_queue->stream->is_out_closed;
227 response_queue->rrcb(response_queue->rrcb_cls, response_queue->response, request, status, streamopened);
  /external/libmicrohttpd/src/include/
microspdy.h 747 * @param streamopened indicates if the the stream for this request/
757 bool streamopened);
    [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 510 bool streamopened)
512 (void)streamopened;
    [all...]

Completed in 943 milliseconds