Home
last modified time | relevance | path

Searched refs:fio_new_session (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dio.c64 session->fio_new_session = &SPDYF_openssl_new_session; in SPDYF_io_set_session()
74 session->fio_new_session = &SPDYF_raw_new_session; in SPDYF_io_set_session()
Dstructures.h696 SPDYF_IONewSession fio_new_session; member
Dsession.c1428 if(SPDY_YES != session->fio_new_session(session)) in SPDYF_session_accept()