#include "contiki-net.h"
Data Structures | |
struct | httpd_fs_file |
Macros | |
#define | HTTPD_FS_STATISTICS 1 |
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) |
#define HTTPD_FS_STATISTICS 1 |
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 | ||
) |