Home
last modified time | relevance | path

Searched refs:lws_plat_file_ops (Results 1 – 14 of 14) sorted by relevance

/external/libwebsockets/lib/core/
Dvfs.c28 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops) in lws_set_fops()
70 const struct lws_plat_file_ops *
71 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops()
74 const struct lws_plat_file_ops *pf; in lws_vfs_select_fops()
119 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_file_open()
123 const struct lws_plat_file_ops *selected; in lws_vfs_file_open()
131 struct lws_plat_file_ops *
134 return (struct lws_plat_file_ops *)context->fops; in lws_get_fops()
Dprivate-lib-core.h312 struct lws_plat_file_ops fops_platform;
316 struct lws_plat_file_ops fops_zip;
417 const struct lws_plat_file_ops *fops;
688 const struct lws_plat_file_ops *
689 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
Dcontext.c193 struct lws_plat_file_ops *prev; in lws_create_context()
353 prev = (struct lws_plat_file_ops *)context->fops; in lws_create_context()
359 prev = (struct lws_plat_file_ops *)prev->next; in lws_create_context()
/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h69 struct lws_plat_file_ops;
74 const struct lws_plat_file_ops *fops;
95 struct lws_plat_file_ops { struct
96 lws_fop_fd_t (*LWS_FOP_OPEN)(const struct lws_plat_file_ops *fops, argument
123 const struct lws_plat_file_ops *next; argument
135 LWS_VISIBLE LWS_EXTERN struct lws_plat_file_ops * LWS_WARN_UNUSED_RESULT
138 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops);
177 extern struct lws_plat_file_ops fops_zip;
194 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path,
257 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename,
Dlws-context-vhost.h229 struct lws_plat_file_ops;
503 const struct lws_plat_file_ops *fops;
/external/libwebsockets/test-apps/
Dtest-server.c46 struct lws_plat_file_ops fops_plat;
169 test_server_fops_open(const struct lws_plat_file_ops *fops, in test_server_fops_open()
/external/libwebsockets/lib/roles/http/server/
Dfops-zip.c89 struct lws_plat_file_ops fops_zip;
315 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_fops_zip_open()
646 struct lws_plat_file_ops fops_zip = {
Dserver.c498 const struct lws_plat_file_ops *fops; in lws_http_serve()
2474 const struct lws_plat_file_ops *fops; in lws_serve_http_file()
/external/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c161 _lws_plat_file_open(const struct lws_plat_file_ops *fops, in _lws_plat_file_open()
/external/libwebsockets/lib/plat/unix/
Dunix-file.c76 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
/external/libwebsockets/lib/plat/windows/
Dwindows-file.c36 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-file.c34 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c710 esp32_lws_fops_open(const struct lws_plat_file_ops *fops, const char *filename, in esp32_lws_fops_open()
793 static const struct lws_plat_file_ops fops = {
/external/libwebsockets/READMEs/
DREADME.coding.md652 LWS_VISIBLE LWS_EXTERN struct lws_plat_file_ops *
661 `lws_plat_file_open`(struct lws_plat_file_ops *fops, const char *filename,