Home
last modified time | relevance | path

Searched refs:LWS_FOP_OPEN (Results 1 – 6 of 6) 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.c127 return selected->LWS_FOP_OPEN(fops, vfs_path, vpath, flags); in lws_vfs_file_open()
Dcontext.c342 context->fops_platform.LWS_FOP_OPEN = _lws_plat_file_open; in lws_create_context()
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c342 priv->zip_fop_fd = fops->LWS_FOP_OPEN(fops, rp, NULL, &local_flags); in lws_fops_zip_open()
Dserver.c539 wsi->http.fop_fd = fops->LWS_FOP_OPEN(wsi->context->fops, in lws_http_serve()
2496 wsi->http.fop_fd = fops->LWS_FOP_OPEN(wsi->context->fops, in lws_serve_http_file()
/third_party/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c795 .LWS_FOP_OPEN = esp32_lws_fops_open,