Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h454 MHD_CONNECTION_IN_CLEANUP = MHD_CONNECTION_CLOSED + 1, enumerator
465 MHD_TLS_CONNECTION_INIT = MHD_CONNECTION_IN_CLEANUP + 1
Ddaemon.c992 if (MHD_CONNECTION_IN_CLEANUP != con->state) in MHD_handle_connection()