Searched refs:lws_vfs_select_fops (Results 1 – 3 of 3) sorted by relevance
/external/libwebsockets/lib/core/ |
D | vfs.c | 71 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops() function 125 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); in lws_vfs_file_open()
|
D | private-lib-core.h | 689 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 534 fops = lws_vfs_select_fops(wsi->context->fops, path, &vpath); in lws_http_serve() 2494 fops = lws_vfs_select_fops(wsi->context->fops, file, &vpath); in lws_serve_http_file()
|