Home
last modified time | relevance | path

Searched refs:LWS_FOP_OPEN (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h50 #define LWS_FOP_OPEN _open macro
56 #define LWS_FOP_OPEN open macro
96 lws_fop_fd_t (*LWS_FOP_OPEN)(const struct lws_plat_file_ops *fops, member
/third_party/libwebsockets/lib/core/
Dvfs.c128 return selected->LWS_FOP_OPEN(fops, vfs_path, vpath, flags); in lws_vfs_file_open()
Dcontext.c874 context->fops_platform.LWS_FOP_OPEN = _lws_plat_file_open; in lws_create_context()
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c345 priv->zip_fop_fd = fops->LWS_FOP_OPEN(fops, rp, NULL, &local_flags); in lws_fops_zip_open()
Dserver.c701 wsi->http.fop_fd = fops->LWS_FOP_OPEN(wsi->a.context->fops, in lws_http_serve()
2748 wsi->http.fop_fd = fops->LWS_FOP_OPEN(wsi->a.context->fops, in lws_serve_http_file()