Searched refs:fs_read_async (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/lwip/apps/ |
D | fs.h | 93 int fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *call…
|
/third_party/lwip/src/apps/http/ |
D | fs.c | 112 fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback… in fs_read_async() function
|
D | httpd.c | 1154 count = fs_read_async(hs->handle, hs->buf, count, http_continue, hs);
|