Home
last modified time | relevance | path

Searched refs:lws_fileofs_t (Results 1 – 13 of 13) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h110 lws_fileofs_t (*LWS_FOP_SEEK_CUR)(lws_fop_fd_t fop_fd,
111 lws_fileofs_t offset_from_cur_pos);
166 LWS_VISIBLE LWS_EXTERN lws_fileofs_t
167 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
174 LWS_VISIBLE LWS_EXTERN lws_fileofs_t
175 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
218 static LWS_INLINE lws_fileofs_t
219 lws_vfs_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in lws_vfs_file_seek_cur()
261 LWS_VISIBLE LWS_EXTERN lws_fileofs_t
262 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
Dlws-writeable.h224 LWS_VISIBLE LWS_EXTERN lws_fileofs_t
/third_party/libwebsockets/lib/plat/unix/
Dunix-file.c118 lws_fileofs_t
119 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
121 lws_fileofs_t r; in _lws_plat_file_seek_cur()
124 offset > (lws_fileofs_t)fop_fd->len - (lws_fileofs_t)fop_fd->pos) in _lws_plat_file_seek_cur()
127 if ((lws_fileofs_t)fop_fd->pos + offset < 0) in _lws_plat_file_seek_cur()
/third_party/libwebsockets/lib/core/
Dvfs.c51 lws_fileofs_t
52 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in lws_vfs_file_seek_set()
54 lws_fileofs_t ofs; in lws_vfs_file_seek_set()
62 lws_fileofs_t
63 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in lws_vfs_file_seek_end()
/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c173 lws_fileofs_t
174 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-file.c89 lws_fileofs_t
90 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-file.c77 lws_fileofs_t IRAM_ATTR
78 _lws_plat_file_seek_cur(lws_fop_fd_t fops_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur()
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c485 static lws_fileofs_t
486 lws_fops_zip_seek_cur(lws_fop_fd_t fd, lws_fileofs_t offset_from_cur_pos) in lws_fops_zip_seek_cur()
Dserver.c2976 (lws_fileofs_t)-1) in lws_serve_http_file_fragment()
/third_party/libwebsockets/include/
Dlibwebsockets.h514 typedef long long lws_fileofs_t; typedef
/third_party/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c756 static lws_fileofs_t IRAM_ATTR
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()
/third_party/libwebsockets/READMEs/
DREADME.coding.md667 `lws_plat_file_seek_cur`(lws_fop_fd_t fop_fd, lws_fileofs_t offset)
691 lws_fileofs_t
692 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
694 lws_fileofs_t
695 lws_vfs_file_seek_end(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
/third_party/libwebsockets/lib/core-net/
Dwsi.c436 lws_fileofs_t