Home
last modified time | relevance | path

Searched refs:_lws_plat_file_seek_cur (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c174 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur() function
/third_party/libwebsockets/lib/plat/unix/
Dunix-file.c125 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur() function
/third_party/libwebsockets/lib/plat/windows/
Dwindows-file.c95 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur() function
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-file.c78 _lws_plat_file_seek_cur(lws_fop_fd_t fops_fd, lws_fileofs_t offset) in _lws_plat_file_seek_cur() function
/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h262 _lws_plat_file_seek_cur(lws_fop_fd_t fop_fd, lws_fileofs_t offset);
/third_party/libwebsockets/lib/core/
Dcontext.c876 context->fops_platform.LWS_FOP_SEEK_CUR = _lws_plat_file_seek_cur; in lws_create_context()