Home
last modified time | relevance | path

Searched refs:by_client (Results 1 – 7 of 7) sorted by relevance

/external/libmicrohttpd/src/testspdy/
Dtest_session_timeout.c100 int by_client) in closed_session_cb() argument
107 if(SPDY_YES == by_client) in closed_session_cb()
Dtest_request_response.c863 int by_client) in session_closed_handler() argument
872 if(SPDY_YES != by_client) in session_closed_handler()
Dtest_notls.c806 int by_client) in session_closed_handler() argument
815 if(SPDY_YES != by_client) in session_closed_handler()
/external/libmicrohttpd/src/examples/
Dspdy_event_loop.c99 int by_client) in session_closed_handler() argument
106 if(SPDY_YES != by_client) in session_closed_handler()
/external/libmicrohttpd/src/include/
Dmicrospdy.h625 int by_client);
/external/libmicrohttpd/src/spdy2http/
Dproxy.c388 int by_client) in session_closed_cb() argument
394 PRINT_VERBOSE2("session closed; by client: %i", by_client); in session_closed_cb()
/external/libmicrohttpd/src/microspdy/
Dsession.c1363 int by_client = session->read_closed ? SPDY_YES : SPDY_NO; in SPDYF_session_close() local
1383 daemon->session_closed_cb(daemon->cls, session, by_client); in SPDYF_session_close()