Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Dspdy_event_loop.c135 if(SPDY_RESPONSE_RESULT_SUCCESS != status) in response_done_callback()
/external/libmicrohttpd/src/include/
Dmicrospdy.h567 SPDY_RESPONSE_RESULT_SUCCESS = 0, enumerator
/external/libmicrohttpd/src/spdy2http/
Dproxy.c515 if(SPDY_RESPONSE_RESULT_SUCCESS != status) in response_done_callback()
/external/libmicrohttpd/src/microspdy/
Dsession.c1138 queue_head->frqcb(queue_head->frqcb_cls, queue_head, SPDY_RESPONSE_RESULT_SUCCESS); in SPDYF_session_write()