Searched refs:fs_file (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/lwip/apps/
H A Dfs.h65 struct fs_file { struct
89 err_t fs_open(struct fs_file *file, const char *name);
90 void fs_close(struct fs_file *file);
93 int fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg);
95 int fs_read(struct fs_file *file, char *buffer, int count);
99 int fs_is_file_ready(struct fs_file *file, fs_wait_cb callback_fn, void *callback_arg);
101 int fs_bytes_left(struct fs_file *file);
105 void *fs_state_init(struct fs_file *file, const char *name);
107 void fs_state_free(struct fs_file *file, void *state);
H A Dhttpd.h106 struct fs_file;
114 extern void httpd_cgi_handler(struct fs_file *file, const char* uri, int iNumParams,
/seL4-camkes-master/projects/lwip/src/apps/http/
H A Dfs.c44 int fs_open_custom(struct fs_file *file, const char *name);
45 void fs_close_custom(struct fs_file *file);
47 u8_t fs_canread_custom(struct fs_file *file);
48 u8_t fs_wait_read_custom(struct fs_file *file, fs_wait_cb callback_fn, void *callback_arg);
49 int fs_read_async_custom(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg);
51 int fs_read_custom(struct fs_file *file, char *buffer, int count);
57 fs_open(struct fs_file *file, const char *name)
96 fs_close(struct fs_file *file)
112 fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback_arg)
115 fs_read(struct fs_file *fil
[all...]
H A Dhttpd.c245 struct fs_file file_handle;
246 struct fs_file *handle;
311 static err_t http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri, u8_t tag_check, char *params);
1672 static struct fs_file *
2133 http_uri_is_ssi(struct fs_file *file, const char *uri)
2179 struct fs_file *file = NULL;
2305 http_init_file(struct http_state *hs, struct fs_file *file, int is_09, const char *uri,

Completed in 36 milliseconds