fsdata_file_noconst is only used within LwIP_IAP.
 
Symbols
loading...
Files
loading...

fsdata_file_noconst struct

Syntax

struct fsdata_file_noconst {   struct fsdata_file *next;   char *name;   char *data;   int len; };

Fields

next

No summary provided. Read more...

name

No summary provided. Read more...

data

No summary provided. Read more...

len

No summary provided. Read more...

References

LocationReferrerScopeText
fsdata.h:53
struct fsdata_file_noconst {
httpserver.c:576fs_open()
struct fsdata_file_noconst *f;
httpserver.c:578fs_open()
for (f = (struct fsdata_file_noconst *)FS_ROOT; f != NULL; f = (struct fsdata_file_noconst *)f->next)

Type Use

Variables of fsdata_file_noconst type
fs_open()::f
all items filtered out
fsdata_file_noconst