Lines Matching defs:fops
71 * file inside zip: fops_zip fops */
73 * itself: using platform fops */
236 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd,
251 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd,
318 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path,
327 * vpath points at the / after the fops signature in vfs_path, eg
336 priv->fop_fd.fops = &fops_zip;
343 /* open the zip file itself using the incoming fops, not fops_zip */
345 priv->zip_fop_fd = fops->LWS_FOP_OPEN(fops, rp, NULL, &local_flags);
535 if (priv->zip_fop_fd->fops->LWS_FOP_READ(
638 if (priv->zip_fop_fd->fops->LWS_FOP_READ(priv->zip_fop_fd,