Home
last modified time | relevance | path

Searched refs:lws_fop_fd_t (Results 1 – 11 of 11) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h88 typedef struct lws_fop_fd *lws_fop_fd_t; typedef
96 lws_fop_fd_t (*LWS_FOP_OPEN)(const struct lws_plat_file_ops *fops,
108 int (*LWS_FOP_CLOSE)(lws_fop_fd_t *fop_fd);
110 lws_fileofs_t (*LWS_FOP_SEEK_CUR)(lws_fop_fd_t fop_fd,
113 int (*LWS_FOP_READ)(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
116 int (*LWS_FOP_WRITE)(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
145 lws_vfs_tell(lws_fop_fd_t fop_fd);
152 lws_vfs_get_length(lws_fop_fd_t fop_fd);
159 lws_vfs_get_mod_time(lws_fop_fd_t fop_fd);
167 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
[all …]
/external/libwebsockets/lib/core/
Dvfs.c34 lws_vfs_tell(lws_fop_fd_t fop_fd) in lws_vfs_tell()
40 lws_vfs_get_length(lws_fop_fd_t fop_fd) in lws_vfs_get_length()
46 lws_vfs_get_mod_time(lws_fop_fd_t fop_fd) in lws_vfs_get_mod_time()
52 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in lws_vfs_file_seek_set()
63 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in lws_vfs_file_seek_end()
118 lws_fop_fd_t LWS_WARN_UNUSED_RESULT
/external/libwebsockets/lib/plat/unix/
Dunix-file.c75 lws_fop_fd_t
81 lws_fop_fd_t fop_fd; in _lws_plat_file_open()
108 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close()
119 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
142 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read()
161 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write()
/external/libwebsockets/lib/plat/windows/
Dwindows-file.c35 lws_fop_fd_t
41 lws_fop_fd_t fop_fd; in _lws_plat_file_open()
77 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close()
90 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
99 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read()
117 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-file.c33 lws_fop_fd_t IRAM_ATTR
38 lws_fop_fd_t fop_fd; in _lws_plat_file_open()
67 _lws_plat_file_close(lws_fop_fd_t *fops_fd) in _lws_plat_file_close()
78 _lws_plat_file_seek_cur(lws_fop_fd_t fops_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
84 _lws_plat_file_read(lws_fop_fd_t fops_fd, lws_filepos_t *amount, in _lws_plat_file_read()
101 _lws_plat_file_write(lws_fop_fd_t fops_fd, lws_filepos_t *amount, in _lws_plat_file_write()
/external/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c160 lws_fop_fd_t
168 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close()
174 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
180 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read()
188 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write()
/external/libwebsockets/lib/roles/http/server/
Dfops-zip.c72 lws_fop_fd_t zip_fop_fd; /* logical fop fd on to zip file
314 static lws_fop_fd_t
470 lws_fops_zip_close(lws_fop_fd_t *fd) in lws_fops_zip_close()
486 lws_fops_zip_seek_cur(lws_fop_fd_t fd, lws_fileofs_t offset_from_cur_pos) in lws_fops_zip_seek_cur()
494 lws_fops_zip_read(lws_fop_fd_t fd, lws_filepos_t *amount, uint8_t *buf, in lws_fops_zip_read()
/external/libwebsockets/test-apps/
Dtest-server.c168 static lws_fop_fd_t
173 lws_fop_fd_t fop_fd; in test_server_fops_open()
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c709 static lws_fop_fd_t IRAM_ATTR
714 lws_fop_fd_t fop_fd; in esp32_lws_fops_open()
747 esp32_lws_fops_close(lws_fop_fd_t *fop_fd) in esp32_lws_fops_close()
757 esp32_lws_fops_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset_from_cur_pos) in esp32_lws_fops_seek_cur()
768 esp32_lws_fops_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, in esp32_lws_fops_read()
/external/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h236 lws_fop_fd_t fop_fd;
/external/libwebsockets/READMEs/
DREADME.coding.md660 lws_fop_fd_t
664 `lws_plat_file_close`(lws_fop_fd_t fop_fd)
667 `lws_plat_file_seek_cur`(lws_fop_fd_t fop_fd, lws_fileofs_t offset)
670 `lws_plat_file_read`(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
674 `lws_plat_file_write`(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
683 lws_vfs_tell(lws_fop_fd_t fop_fd);
686 lws_vfs_get_length(lws_fop_fd_t fop_fd);
689 lws_vfs_get_mod_time(lws_fop_fd_t fop_fd);
692 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
695 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
[all …]