#include "lwip/apps/httpd_opts.h"
#include "lwip/def.h"
#include "lwip/apps/fs.h"
#include <string.h>
Go to the source code of this file.
◆ fs_bytes_left()
Definition at line 158 of file fs.c.
◆ fs_close()
Definition at line 83 of file fs.c.
84{
85#if LWIP_HTTPD_CUSTOM_FILES
87 fs_close_custom(
file);
88 }
89#endif
90#if LWIP_HTTPD_FILE_STATE
92#endif
94}
#define FS_FILE_FLAGS_CUSTOM
#define LWIP_UNUSED_ARG(x)
Referenced by VfatChkdsk().
◆ fs_open()
Definition at line 43 of file fs.c.
44{
46
49 }
50
51#if LWIP_HTTPD_CUSTOM_FILES
55 }
56#endif
57
60 file->data = (
const char *)
f->data;
63 file->flags =
f->flags;
65 file->chksum_count =
f->chksum_count;
66 file->chksum =
f->chksum;
67#endif
70#endif
73#endif
75 }
76 }
77
79}
int strcmp(const char *String1, const char *String2)
#define HTTPD_PRECALCULATED_CHECKSUM
#define LWIP_HTTPD_FILE_EXTENSION
#define LWIP_HTTPD_FILE_STATE
Referenced by VfatChkdsk().