Searched refs:lws_vfs_select_fops (Results 1 – 3 of 3) sorted by relevance
/external/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() function 126 selected = lws_vfs_select_fops(fops, vfs_path, &vpath); 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,
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 696 fops = lws_vfs_select_fops(wsi->a.context->fops, path, &vpath); in lws_http_serve() 2746 fops = lws_vfs_select_fops(wsi->a.context->fops, file, &vpath); in lws_serve_http_file()
|