Searched refs:lws_vfs_select_fops (Results 1 - 3 of 3) sorted by relevance
/third_party/libwebsockets/lib/core/ |
H A D | vfs.c | 72 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops() function 126 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); in lws_vfs_file_open()
|
H A D | private-lib-core.h | 923 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 698 fops = lws_vfs_select_fops(wsi->a.context->fops, path, &vpath); in lws_http_serve() 2757 fops = lws_vfs_select_fops(wsi->a.context->fops, file, &vpath); in lws_serve_http_file()
|
Completed in 5 milliseconds