Searched refs:LWS_FOP_SEEK_CUR (Results 1 – 4 of 4) sorted by relevance
52 #define LWS_FOP_SEEK_CUR _seek_cur macro58 #define LWS_FOP_SEEK_CUR seek_cur macro110 lws_fileofs_t (*LWS_FOP_SEEK_CUR)(lws_fop_fd_t fop_fd, member221 return fop_fd->fops->LWS_FOP_SEEK_CUR(fop_fd, offset); in lws_vfs_file_seek_cur()
56 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()
339 context->fops_platform.LWS_FOP_SEEK_CUR = _lws_plat_file_seek_cur; in lws_create_context()
798 .LWS_FOP_SEEK_CUR = esp32_lws_fops_seek_cur,