Functions | |
uint16_t | httpd_fs_count (char *name) |
void | httpd_fs_init (void) |
int | httpd_fs_open (const char *name, struct httpd_fs_file *file) |
static uint8_t | httpd_fs_strcmp (const char *str1, const char *str2) |
Variables | |
static uint16_t | count [HTTPD_FS_NUMFILES] |
uint16_t httpd_fs_count | ( | char * | name | ) |
References count, HTTPD_FS_ROOT, httpd_fs_strcmp(), i, httpd_fsdata_file_noconst::name, httpd_fsdata_file_noconst::next, and NULL.
Referenced by generate_file_stats().
void httpd_fs_init | ( | void | ) |
References count, HTTPD_FS_NUMFILES, and i.
int httpd_fs_open | ( | const char * | name, |
struct httpd_fs_file * | file | ||
) |
|
static |
References i.
Referenced by httpd_fs_count(), and httpd_fs_open().
|
static |
Referenced by check_entries(), httpd_fs_count(), httpd_fs_init(), httpd_fs_open(), ksz8851snl_init(), and powercycle().