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

  /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/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...]

Completed in 74 milliseconds