Home
last modified time | relevance | path

Searched refs:is_custom_file (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/apps/http/
Dfs.c67 file->is_custom_file = 1; in fs_open()
70 file->is_custom_file = 0; in fs_open()
99 if (file->is_custom_file) { in fs_close()
127 if (file->is_custom_file) { in fs_read_async()
Dhttpd.c2374 if (file->is_custom_file && (file->data == NULL)) {
/third_party/lwip/src/include/lwip/apps/
Dfs.h78 u8_t is_custom_file; member