Lines Matching full:been

49  * gateway interface (CGI) handling mechanism has been added to allow clients
566 when all data has been enqueued but the connection stays open for the next in http_write()
775 /* Find this tag in the list we have been provided. */
912 have already been sent. */
970 * @returns: - HTTP_NO_DATA_TO_SEND: no new data has been enqueued
972 * - HTTP_DATA_TO_SEND_BREAK: data has been enqueued, headers pending,
1058 * @returns: 0 if the file is finished or no data has been read
1059 * 1 if the file is not finished and data has been read
1157 * @returns: - 1: data has been written (so call tcp_ouput)
1158 * - 0: no data has been written (no need to call tcp_output)
1184 * @returns: - 1: data has been written (so call tcp_ouput)
1185 * - 0: no data has been written (no need to call tcp_output)
1582 * @return ERR_OK if file was found and hs has been initialized correctly
1660 been called before from httpd_post_data_recved(). */
1680 * hasn't been found (after POST finished)
1834 * httpd_post_finished has *NOT* been called yet!
1868 /** Try to send more data if file has been blocked before
1888 * When data has been received in the correct state, try to parse it
1894 * @return ERR_OK if request was OK and hs has been initialized correctly
2078 * @return ERR_OK if file was found and hs has been initialized correctly
2097 /* Have we been asked for the default file (in root or a directory) ? */
2142 /* No - we've been asked for a specific file. */
2180 /* See if we have been asked for an shtml file and, if so,
2224 * @return ERR_OK if file was found and hs has been initialized correctly
2352 * Data has been sent and acknowledged by the remote host.
2377 * If there has been no data sent (which resets the retries) in 8 seconds, close.
2378 * If the last portion of a file has not been sent in 2 seconds, close.
2427 * Data has been received on this pcb.
2513 * A new incoming connection has been accepted.