Home
last modified time | relevance | path

Searched refs:tls_read_ready (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c431 if (MHD_YES == connection->tls_read_ready) in recv_tls_adapter()
434 connection->tls_read_ready = MHD_NO; in recv_tls_adapter()
456 connection->tls_read_ready = MHD_YES; in recv_tls_adapter()
825 if (MHD_YES == con->tls_read_ready) in MHD_handle_connection()
908 || (MHD_YES == con->tls_read_ready) in MHD_handle_connection()
979 || (MHD_YES == con->tls_read_ready) in MHD_handle_connection()
2214 || (MHD_YES == pos->tls_read_ready) in MHD_run_from_select()
Dinternal.h860 int tls_read_ready; member