Home
last modified time | relevance | path

Searched refs:LWS_FOP_SEEK_CUR (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h52 #define LWS_FOP_SEEK_CUR _seek_cur macro
58 #define LWS_FOP_SEEK_CUR seek_cur macro
110 lws_fileofs_t (*LWS_FOP_SEEK_CUR)(lws_fop_fd_t fop_fd, member
221 return fop_fd->fops->LWS_FOP_SEEK_CUR(fop_fd, offset); in lws_vfs_file_seek_cur()
/external/libwebsockets/lib/core/
Dvfs.c56 ofs = fop_fd->fops->LWS_FOP_SEEK_CUR(fop_fd, offset - fop_fd->pos); in lws_vfs_file_seek_set()
65 return fop_fd->fops->LWS_FOP_SEEK_CUR(fop_fd, fop_fd->len + in lws_vfs_file_seek_end()
Dcontext.c339 context->fops_platform.LWS_FOP_SEEK_CUR = _lws_plat_file_seek_cur; in lws_create_context()
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c798 .LWS_FOP_SEEK_CUR = esp32_lws_fops_seek_cur,