Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c89 struct lws_plat_file_ops fops_zip; variable
336 priv->fop_fd.fops = &fops_zip; in lws_fops_zip_open()
647 struct lws_plat_file_ops fops_zip = { variable
/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h177 extern struct lws_plat_file_ops fops_zip;
/third_party/libwebsockets/lib/core/
Dcontext.c908 context->fops_zip = fops_zip; in lws_create_context()
909 prev->next = &context->fops_zip; in lws_create_context()
Dprivate-lib-core.h437 struct lws_plat_file_ops fops_zip; member