Home
last modified time | relevance | path

Searched defs:fsdata_file (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/httpd/
H A Dfsdata.h38 struct fsdata_file { struct
39 const struct fsdata_file *next; argument
40 const unsigned char *name;
41 const unsigned char *data;
42 int len;
43 u8_t flags;
45 u16_t chksum_count;
46 const struct fsdata_chksum *chksum;
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dfs.h110 struct fsdata_file { struct
111 const struct fsdata_file *next; argument
112 const unsigned char *name;
113 const unsigned char *data;
114 int len;
115 u8_t flags;
117 u16_t chksum_count;
118 const struct fsdata_chksum *chksum;