Searched refs:vfs_path (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/lib/core/ |
D | vfs.c | 72 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops() argument 76 const char *p = vfs_path; in lws_vfs_select_fops() 101 if (p >= vfs_path + pf->fi[n].len) in lws_vfs_select_fops() 120 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_file_open() argument 126 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); in lws_vfs_file_open() 128 return selected->LWS_FOP_OPEN(fops, vfs_path, vpath, flags); in lws_vfs_file_open()
|
D | private-lib-core.h | 917 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
|
/third_party/libwebsockets/test-apps/ |
D | test-server.c | 207 const char *vfs_path, const char *vpath, in test_server_fops_open() argument 213 fop_fd = fops_plat.open(fops, vfs_path, vpath, flags); in test_server_fops_open() 217 vfs_path, fop_fd, in test_server_fops_open() 220 lwsl_info("%s: open %s failed\n", __func__, vfs_path); in test_server_fops_open()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 318 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_fops_zip_open() argument 339 if ((vpath - vfs_path - 1) < m) in lws_fops_zip_open() 340 m = lws_ptr_diff(vpath, vfs_path) - 1; in lws_fops_zip_open() 341 lws_strncpy(rp, vfs_path, (unsigned int)m + 1); in lws_fops_zip_open() 459 lwsl_err("zipped file %s compressed in unknown way (%d)\n", vfs_path, in lws_fops_zip_open()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-vfs.h | 194 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path,
|