Go to the source code of this file.
Data Structures | |
| struct | httpd_fs_file |
Defines | |
| #define | HTTPD_FS_STATISTICS 1 |
Functions | |
| int | httpd_fs_open (const char *name, struct httpd_fs_file *file) |
| u16_t | httpd_fs_count (char *name) |
| void | httpd_fs_init (void) |
| #define HTTPD_FS_STATISTICS 1 |
Definition at line 38 of file httpd-fs.h.
| u16_t httpd_fs_count | ( | char * | name | ) |
Definition at line 114 of file httpd-fs.c.
| void httpd_fs_init | ( | void | ) |
Definition at line 102 of file httpd-fs.c.
| int httpd_fs_open | ( | const char * | name, | |
| struct httpd_fs_file * | file | |||
| ) |
Definition at line 74 of file httpd-fs.c.
1.7.1