Searched refs:fops_zip (Results 1 – 4 of 4) sorted by relevance
89 struct lws_plat_file_ops fops_zip; variable336 priv->fop_fd.fops = &fops_zip; in lws_fops_zip_open()647 struct lws_plat_file_ops fops_zip = { variable
177 extern struct lws_plat_file_ops fops_zip;
894 context->fops_zip = fops_zip; in lws_create_context()895 prev->next = &context->fops_zip; in lws_create_context()
431 struct lws_plat_file_ops fops_zip; member