#include "httpd_opts.h"
#include "lwip/err.h"
Go to the source code of this file.
◆ FS_READ_EOF
◆ FS_READ_DELAYED
#define FS_READ_DELAYED -2 |
◆ FS_FILE_FLAGS_HEADER_INCLUDED
#define FS_FILE_FLAGS_HEADER_INCLUDED 0x01 |
◆ FS_FILE_FLAGS_HEADER_PERSISTENT
#define FS_FILE_FLAGS_HEADER_PERSISTENT 0x02 |
◆ fs_open()
70 #if LWIP_HTTPD_CUSTOM_FILES
79 if (!strcmp(
name, (
const char *)f->
name)) {
86 file->chksum_count = f->chksum_count;
87 file->chksum = f->chksum;
90 file->state = fs_state_init(file,
name);
◆ fs_close()
103 #if LWIP_HTTPD_CUSTOM_FILES
108 #if LWIP_HTTPD_FILE_STATE
109 fs_state_free(file, file->state);
◆ fs_bytes_left()
int fs_bytes_left |
( |
struct fs_file * |
file | ) |
|