Searched refs:lws_fop_fd_t (Results 1 – 10 of 10) sorted by relevance
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-vfs.h | 88 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 …]
|
/third_party/libwebsockets/lib/core/ |
D | vfs.c | 34 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() 64 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in lws_vfs_file_seek_end() 119 lws_fop_fd_t LWS_WARN_UNUSED_RESULT
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-file.c | 81 lws_fop_fd_t 87 lws_fop_fd_t fop_fd; in _lws_plat_file_open() 114 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close() 125 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur() 148 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() 168 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-file.c | 35 lws_fop_fd_t 41 lws_fop_fd_t fop_fd; in _lws_plat_file_open() 82 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close() 95 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur() 120 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() 138 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_write()
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-file.c | 33 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()
|
/third_party/libwebsockets/lib/plat/optee/ |
D | lws-plat-optee.c | 160 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()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 72 lws_fop_fd_t zip_fop_fd; /* logical fop fd on to zip file 317 static lws_fop_fd_t 473 lws_fops_zip_close(lws_fop_fd_t *fd) in lws_fops_zip_close() 489 lws_fops_zip_seek_cur(lws_fop_fd_t fd, lws_fileofs_t offset_from_cur_pos) in lws_fops_zip_seek_cur() 497 lws_fops_zip_read(lws_fop_fd_t fd, lws_filepos_t *amount, uint8_t *buf, in lws_fops_zip_read()
|
/third_party/libwebsockets/test-apps/ |
D | test-server.c | 205 static lws_fop_fd_t 210 lws_fop_fd_t fop_fd; in test_server_fops_open()
|
/third_party/libwebsockets/lib/roles/http/ |
D | private-lib-roles-http.h | 238 lws_fop_fd_t fop_fd;
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 624 lws_fop_fd_t 628 `lws_plat_file_close`(lws_fop_fd_t fop_fd) 631 `lws_plat_file_seek_cur`(lws_fop_fd_t fop_fd, lws_fileofs_t offset) 634 `lws_plat_file_read`(lws_fop_fd_t fop_fd, lws_filepos_t *amount, 638 `lws_plat_file_write`(lws_fop_fd_t fop_fd, lws_filepos_t *amount, 647 lws_vfs_tell(lws_fop_fd_t fop_fd); 650 lws_vfs_get_length(lws_fop_fd_t fop_fd); 653 lws_vfs_get_mod_time(lws_fop_fd_t fop_fd); 656 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset); 659 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset); [all …]
|