Lines Matching full:found

749  * Insert a tag (found in an shtml in the form of "<!--#tagname-->" into the file.
856 default "404: Page not found" response? */
905 /* Have we found a matching extension? */
935 /* no, no extension found -> use binary transfer to prevent the browser adding '.txt' on save */
1267 /* We found what could be the lead-in for a new tag so change
1293 /* Have we found the next character we expect for the tag leadin? */
1295 /* Yes - move to the next one unless we have found the complete
1299 /* We found an unexpected character so this is not a tag. Move
1312 * lead-out marker and removing any whitespace found. */
1325 /* Have we found the end of the tag name? This is signalled by
1376 /* Have we found the next character we expect for the tag leadout? */
1378 /* Yes - move to the next one unless we have found the complete
1389 * tag we just found. */
1431 /* We found an unexpected character so this is not a tag. Move
1440 * We have found a valid tag and are in the process of sending
1529 /* If we found tag on the edge of the read buffer: just throw away the first part
1630 * @return ERR_OK if file was found and hs has been initialized correctly
1655 LWIP_DEBUGF(HTTPD_DEBUG, ("Error page for error %"U16_F" not found\n",
1667 * Tries some file names and returns NULL if none found.
1670 * @return file struct for the error page or NULL no matching file was found
1726 * hasn't been found (after POST finished)
1771 * is found.
2166 /** Try to find the file specified by uri and, if found, initialize hs
2172 * @return ERR_OK if file was found and hs has been initialized correctly
2253 * We found a CGI that handles this URI so extract the
2292 /** Initialize a http connection with a file to send (if found).
2296 * @param file file structure to send (or NULL if not found)
2301 * @return ERR_OK if file was found and hs has been initialized correctly