Lines Matching refs:vpath
319 const char *vpath, lws_fop_flags_t *flags)
327 * vpath points at the / after the fops signature in vfs_path, eg
328 * with a vfs_path "/var/www/docs/manual.zip/index.html", vpath
339 if ((vpath - vfs_path - 1) < m)
340 m = lws_ptr_diff(vpath, vfs_path) - 1;
351 if (*vpath == '/')
352 vpath++;
354 m = lws_fops_zip_scan(priv, vpath, (int)strlen(vpath));
356 lwsl_err("unable to find record matching '%s' %d\n", vpath, m);