Lines Matching refs:filename

134 static int send_err_file( httpd_conn* hc, int status, char* title, char* extraheads, char* filename );
841 char filename[1000];
846 (void) my_snprintf( filename, sizeof(filename),
848 if ( send_err_file( hc, status, title, extraheads, filename ) )
853 (void) my_snprintf( filename, sizeof(filename),
855 if ( send_err_file( hc, status, title, extraheads, filename ) )
871 send_err_file( httpd_conn* hc, int status, char* title, char* extraheads, char* filename )
877 fp = fopen( filename, "r" );
1049 /* Construct auth filename. */
1355 /* And the filename becomes altdir plus the post-~ part of the original. */
1441 /* Prepend hostdir to the filename. */
1455 /* Expands all symlinks in the given filename, eliding ..'s and leading /'s.
1488 ** a single stat() of the whole filename - if it exists, then we
1515 /* Start out with nothing in checked and the whole filename in rest. */
1612 /* Try reading the current filename as a symlink */
1643 /* Insert the link contents in front of the rest of the filename. */
1657 /* There's nothing left in the filename, so the link contents
2318 /* Copy original filename to expanded filename. */
2350 /* Expand all symbolic links in the filename. This also gives us
2364 /* Remove pathinfo stuff from the original filename too. */
2373 /* If the expanded filename is an absolute path, check that it's still
2578 /* Figure out MIME encodings and type based on the filename. Multiple
3174 ** one for the filename and one for the NULL, we are guaranteed to
3816 /* Check if the filename is the AUTH_FILE itself - that's verboten. */
4137 ** the filename does match the url pattern, it's an illegal reference.