Go to the source code of this file.
Defines | |
#define | HTTPD_FS_ROOT file_tcc_shtml |
#define | HTTPD_FS_NUMFILES 3 |
Variables | |
struct httpd_fsdata_file | file_index_html [] = {{NULL, data_index_html, data_index_html + 12, sizeof(data_index_html) - 12}} |
struct httpd_fsdata_file | file_404_html [] = {{file_index_html, data_404_html, data_404_html + 10, sizeof(data_404_html) - 10}} |
struct httpd_fsdata_file | file_tcc_shtml [] = {{file_404_html, data_tcc_shtml, data_tcc_shtml + 11, sizeof(data_tcc_shtml) - 11}} |
#define HTTPD_FS_NUMFILES 3 |
Definition at line 288 of file httpd-fsdata.c.
#define HTTPD_FS_ROOT file_tcc_shtml |
Definition at line 286 of file httpd-fsdata.c.
struct httpd_fsdata_file file_404_html[] = {{file_index_html, data_404_html, data_404_html + 10, sizeof(data_404_html) - 10}} |
Definition at line 282 of file httpd-fsdata.c.
struct httpd_fsdata_file file_index_html[] = {{NULL, data_index_html, data_index_html + 12, sizeof(data_index_html) - 12}} |
Definition at line 280 of file httpd-fsdata.c.
struct httpd_fsdata_file file_tcc_shtml[] = {{file_404_html, data_tcc_shtml, data_tcc_shtml + 11, sizeof(data_tcc_shtml) - 11}} |
Definition at line 284 of file httpd-fsdata.c.