Lines Matching full:suspended
1700 * Suspended connections continue to count against the total number of
1702 * are set). Suspended connections will NOT time out; timeouts will
1704 * connection is suspended, MHD will not detect disconnects by the
1711 * having suspended connections (this will at least create memory and
1764 connection->suspended = MHD_YES;
1772 * Resume handling of network data for suspended connection. It is
1773 * safe to resume a suspended connection at any time. Calling this function
1774 * on a connection that was not previously suspended will result
1807 * Run through the suspended connections and move any that are no
1808 * longer suspended back to the active state.
1861 pos->suspended = MHD_NO;