Home
last modified time | relevance | path

Searched refs:lws_vfs_file_seek_set (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c199 if (lws_vfs_file_seek_set(priv->zip_fop_fd, in lws_fops_zip_scan()
249 if (lws_vfs_file_seek_set(priv->zip_fop_fd, priv->hdr.offset) < 0) in lws_fops_zip_scan()
269 if (lws_vfs_file_seek_set(priv->zip_fop_fd, in lws_fops_zip_scan()
280 if (i && lws_vfs_file_seek_set(priv->zip_fop_fd, in lws_fops_zip_scan()
309 if (lws_vfs_file_seek_set(priv->zip_fop_fd, (lws_fileofs_t)priv->content_start) < 0) in lws_fops_zip_reset_inflate()
/third_party/libwebsockets/lib/core/
H A Dvfs.c52 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset) in lws_vfs_file_seek_set() function
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-vfs.h161 * lws_vfs_file_seek_set() - seek relative to start of file
167 lws_vfs_file_seek_set(lws_fop_fd_t fop_fd, lws_fileofs_t offset);

Completed in 2 milliseconds