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

  /external/libmicrohttpd/src/testspdy/
test_daemon_start_stop.c 32 SPDY_init();
test_daemon_start_stop_many.c 39 SPDY_init();
test_misc.c 282 SPDY_init();
test_session_timeout.c 135 SPDY_init();
test_request_response_with_callback.c 176 SPDY_init();
test_struct_namevalue.c 93 SPDY_init();
test_notls.c 880 SPDY_init();
test_new_connection.c 917 SPDY_init();
test_request_response.c 939 SPDY_init();
  /external/libmicrohttpd/src/include/
microspdy.h 313 * SPDY IO sybsystem flags used by SPDY_init() and SPDY_deinit().<p>
825 (SPDY_init) (enum SPDY_IO_SUBSYSTEM io_subsystem, ...);
826 #define SPDY_init() SPDY_init (SPDY_IO_SUBSYSTEM_OPENSSL)
832 * SPDY_init. Currently the function does not do anything.
    [all...]
  /external/libmicrohttpd/src/examples/
spdy_response_with_callback.c 171 SPDY_init();
spdy_event_loop.c 309 SPDY_init();
spdy_fileserver.c 286 SPDY_init();
  /external/libmicrohttpd/src/microspdy/
applicationlayer.c 232 (SPDY_init) (enum SPDY_IO_SUBSYSTEM io_subsystem, ...)
239 "SPDY_init must be called only once per program or after SPDY_deinit");
253 "SPDY_init could not find even one IO subsystem");
263 "SPDY_init has not been called!");
  /external/libmicrohttpd/src/spdy2http/
proxy.c 1008 SPDY_init();
    [all...]

Completed in 3558 milliseconds