Lines Matching full:been

49  * gateway interface (CGI) handling mechanism has been added to allow clients
580 when all data has been enqueued but the connection stays open for the next in http_write()
789 /* Find this tag in the list we have been provided. */
925 have already been sent. */
952 LWIP_ASSERT("already been here?", hs->hdrs[HDR_STRINGS_IDX_CONTENT_LEN_KEEPALIVE] == NULL);
991 * @returns: - HTTP_NO_DATA_TO_SEND: no new data has been enqueued
993 * - HTTP_DATA_TO_SEND_BREAK: data has been enqueued, headers pending,
1089 * @returns: 0 if the file is finished or no data has been read
1090 * 1 if the file is not finished and data has been read
1188 * @returns: - 1: data has been written (so call tcp_ouput)
1189 * - 0: no data has been written (no need to call tcp_output)
1215 * @returns: - 1: data has been written (so call tcp_ouput)
1216 * - 0: no data has been written (no need to call tcp_output)
1630 * @return ERR_OK if file was found and hs has been initialized correctly
1706 been called before from httpd_post_data_recved(). */
1726 * hasn't been found (after POST finished)
1886 * httpd_post_finished has *NOT* been called yet!
1920 /** Try to send more data if file has been blocked before
1941 * When data has been received in the correct state, try to parse it
1947 * @return ERR_OK if request was OK and hs has been initialized correctly
2138 /* See if we have been asked for an shtml file and, if so,
2172 * @return ERR_OK if file was found and hs has been initialized correctly
2191 /* Have we been asked for the default file (in root or a directory) ? */
2237 /* No - we've been asked for a specific file. */
2301 * @return ERR_OK if file was found and hs has been initialized correctly
2437 * Data has been sent and acknowledged by the remote host.
2462 * If there has been no data sent (which resets the retries) in 8 seconds, close.
2463 * If the last portion of a file has not been sent in 2 seconds, close.
2512 * Data has been received on this pcb.
2598 * A new incoming connection has been accepted.