Home
last modified time | relevance | path

Searched refs:MHD_TLS_CONNECTION_INIT (Results 1 – 6 of 6) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dconnection_https.c50 if (connection->state == MHD_TLS_CONNECTION_INIT) in run_tls_handshake()
149 case MHD_TLS_CONNECTION_INIT: in MHD_tls_connection_handle_idle()
Dinternal.c79 case MHD_TLS_CONNECTION_INIT: in MHD_state_to_string()
Dinternal.h462 MHD_TLS_CONNECTION_INIT = MHD_CONNECTION_IN_CLEANUP + 1 enumerator
Dconnection.c990 case MHD_TLS_CONNECTION_INIT:
2197 case MHD_TLS_CONNECTION_INIT:
Ddaemon.c1562 connection->state = MHD_TLS_CONNECTION_INIT; in internal_add_connection()
/external/libmicrohttpd/
DChangeLog359 Fix definition of MHD_TLS_CONNECTION_INIT. -MH/JC