HomeSort by relevance Sort by last modified time
    Searched full:by_client (Results 1 - 7 of 7) sorted by null

  /external/libmicrohttpd/src/testspdy/
test_session_timeout.c 100 int by_client)
107 if(SPDY_YES == by_client)
test_notls.c 806 int by_client)
815 if(SPDY_YES != by_client)
817 //killchild(child,"wrong by_client");
test_request_response.c 863 int by_client)
872 if(SPDY_YES != by_client)
874 //killchild(child,"wrong by_client");
  /external/libmicrohttpd/src/examples/
spdy_event_loop.c 99 int by_client)
106 if(SPDY_YES != by_client)
108 //killchild(child,"wrong by_client");
  /external/libmicrohttpd/src/spdy2http/
proxy.c 388 int by_client)
394 PRINT_VERBOSE2("session closed; by client: %i", by_client);
    [all...]
  /external/libmicrohttpd/src/include/
microspdy.h 618 * @param by_client #SPDY_YES if the session close was initiated by the
625 int by_client);
    [all...]
  /external/libmicrohttpd/src/microspdy/
session.c 1363 int by_client = session->read_closed ? SPDY_YES : SPDY_NO; local
    [all...]

Completed in 2456 milliseconds