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/
H A Dfops-zip.c71 * file inside zip: fops_zip fops */
89 struct lws_plat_file_ops fops_zip; variable
332 priv = lws_zalloc(sizeof(*priv), "fops_zip priv"); in lws_fops_zip_open()
336 priv->fop_fd.fops = &fops_zip; in lws_fops_zip_open()
343 /* open the zip file itself using the incoming fops, not fops_zip */ in lws_fops_zip_open()
647 struct lws_plat_file_ops fops_zip = { variable
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-vfs.h177 extern struct lws_plat_file_ops fops_zip;
/third_party/libwebsockets/lib/core/
H A Dcontext.c899 * [ -> fops_zip (copied into context so .next settable) ] in lws_create_context()
908 context->fops_zip = fops_zip; in lws_create_context()
909 prev->next = &context->fops_zip; in lws_create_context()
H A Dprivate-lib-core.h437 struct lws_plat_file_ops fops_zip; member

Completed in 6 milliseconds