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

/external/libmicrohttpd/src/testspdy/
H A Dtest_session_timeout.c100 int by_client)
107 if(SPDY_YES == by_client)
98 closed_session_cb(void *cls, struct SPDY_Session * session, int by_client) argument
H A Dtest_notls.c806 int by_client)
815 if(SPDY_YES != by_client)
817 //killchild(child,"wrong by_client");
804 session_closed_handler(void *cls, struct SPDY_Session * session, int by_client) argument
H A Dtest_request_response.c863 int by_client)
872 if(SPDY_YES != by_client)
874 //killchild(child,"wrong by_client");
861 session_closed_handler(void *cls, struct SPDY_Session * session, int by_client) argument
/external/libmicrohttpd/src/examples/
H A Dspdy_event_loop.c99 int by_client)
106 if(SPDY_YES != by_client)
108 //killchild(child,"wrong by_client");
97 session_closed_handler(void *cls, struct SPDY_Session * session, int by_client) argument
/external/libmicrohttpd/src/include/
H A Dmicrospdy.h618 * @param by_client #SPDY_YES if the session close was initiated by the
625 int by_client);
/external/libmicrohttpd/src/spdy2http/
H A Dproxy.c388 int by_client)
394 PRINT_VERBOSE2("session closed; by client: %i", by_client);
386 session_closed_cb(void * cls, struct SPDY_Session * session, int by_client) argument
/external/libmicrohttpd/src/microspdy/
H A Dsession.c1363 int by_client = session->read_closed ? SPDY_YES : SPDY_NO; local
1383 daemon->session_closed_cb(daemon->cls, session, by_client);

Completed in 211 milliseconds