Searched defs:SPDY_init (Results 1 - 2 of 2) sorted by relevance

/external/libmicrohttpd/src/microspdy/
H A Dapplicationlayer.c232 (SPDY_init) (enum SPDY_IO_SUBSYSTEM io_subsystem, ...) function
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/
H A Dmicrospdy.h313 * 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) macro
832 * SPDY_init. Currently the function does not do anything.

Completed in 73 milliseconds