Searched refs:LWS_FOP_READ (Results 1 – 4 of 4) 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()
233 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_scan()248 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()639 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd, in lws_fops_zip_read()
340 context->fops_platform.LWS_FOP_READ = _lws_plat_file_read; in lws_create_context()
797 .LWS_FOP_READ = esp32_lws_fops_read,