Lines Matching defs:fops
662 const struct lws_plat_file_ops *fops;
698 fops = lws_vfs_select_fops(wsi->a.context->fops, path, &vpath);
703 wsi->http.fop_fd = fops->LWS_FOP_OPEN(wsi->a.context->fops,
2737 const struct lws_plat_file_ops *fops;
2750 * We either call the platform fops .open with first arg platform fops,
2751 * or we call fops_zip .open with first arg platform fops, and fops_zip
2757 fops = lws_vfs_select_fops(wsi->a.context->fops, file, &vpath);
2759 wsi->http.fop_fd = fops->LWS_FOP_OPEN(wsi->a.context->fops,