Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.c65 case MHD_CONNECTION_NORMAL_BODY_UNREADY: in MHD_state_to_string()
Dinternal.h419 MHD_CONNECTION_NORMAL_BODY_UNREADY = MHD_CONNECTION_NORMAL_BODY_READY + 1, enumerator
424 MHD_CONNECTION_CHUNKED_BODY_READY = MHD_CONNECTION_NORMAL_BODY_UNREADY + 1,
Dconnection.c380 connection->state = MHD_CONNECTION_NORMAL_BODY_UNREADY; in try_ready_normal_body()
1084 case MHD_CONNECTION_NORMAL_BODY_UNREADY:
2169 case MHD_CONNECTION_NORMAL_BODY_UNREADY:
2496 connection->state = MHD_CONNECTION_NORMAL_BODY_UNREADY;
2501 case MHD_CONNECTION_NORMAL_BODY_UNREADY: