Searched refs:LWS_FOP_READ (Results 1 – 3 of 3) sorted by relevance
53 #define LWS_FOP_READ _read macro59 #define LWS_FOP_READ read macro113 int (*LWS_FOP_READ)(lws_fop_fd_t fop_fd, lws_filepos_t *amount, member235 return fop_fd->fops->LWS_FOP_READ(fop_fd, amount, buf, len); in lws_vfs_file_read()
236 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_scan()251 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_scan()535 if (priv->zip_fop_fd->fops->LWS_FOP_READ( in lws_fops_zip_read()638 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_read()
877 context->fops_platform.LWS_FOP_READ = _lws_plat_file_read; in lws_create_context()