Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/http/server/
Dfops-zip.c89 struct lws_plat_file_ops fops_zip; variable
333 priv->fop_fd.fops = &fops_zip; in lws_fops_zip_open()
646 struct lws_plat_file_ops fops_zip = { variable
/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h177 extern struct lws_plat_file_ops fops_zip;
/external/libwebsockets/lib/core/
Dcontext.c357 context->fops_zip = fops_zip; in lws_create_context()
358 prev->next = &context->fops_zip; in lws_create_context()
Dprivate-lib-core.h316 struct lws_plat_file_ops fops_zip; member
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c794 .next = &fops_zip,