HomeSort by relevance Sort by last modified time
    Searched refs:MHD_CONNECTION_CLOSED (Results 1 - 5 of 5) sorted by null

  /external/libmicrohttpd/src/microhttpd/
connection_https.c 152 case MHD_CONNECTION_CLOSED:
internal.c 77 case MHD_CONNECTION_CLOSED:
connection.c 277 connection->state = MHD_CONNECTION_CLOSED;
    [all...]
internal.h 446 MHD_CONNECTION_CLOSED = MHD_CONNECTION_FOOTERS_SENT + 1,
451 MHD_CONNECTION_IN_CLEANUP = MHD_CONNECTION_CLOSED + 1,
    [all...]
daemon.c 922 (MHD_CONNECTION_CLOSED != con->state) )
1111 if (MHD_CONNECTION_CLOSED != con->state)
1149 (MHD_CONNECTION_CLOSED == connection->state) )
1187 (MHD_CONNECTION_CLOSED == connection->state) )
    [all...]

Completed in 100 milliseconds