Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
Dvfs.c28 lws_set_fops(struct lws_context *context, const struct lws_plat_file_ops *fops) in lws_set_fops()
71 const struct lws_plat_file_ops *
72 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_select_fops()
75 const struct lws_plat_file_ops *pf; in lws_vfs_select_fops()
120 lws_vfs_file_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_vfs_file_open()
124 const struct lws_plat_file_ops *selected; in lws_vfs_file_open()
132 struct lws_plat_file_ops *
135 return (struct lws_plat_file_ops *)context->fops; in lws_get_fops()
Dprivate-lib-core.h427 struct lws_plat_file_ops fops_platform;
431 struct lws_plat_file_ops fops_zip;
615 const struct lws_plat_file_ops *fops;
916 const struct lws_plat_file_ops *
917 lws_vfs_select_fops(const struct lws_plat_file_ops *fops, const char *vfs_path,
Dcontext.c380 struct lws_plat_file_ops *prev; in lws_create_context()
890 prev = (struct lws_plat_file_ops *)context->fops; in lws_create_context()
896 prev = (struct lws_plat_file_ops *)prev->next; in lws_create_context()
/third_party/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.h251 struct lws_plat_file_ops;
662 const struct lws_plat_file_ops *fops;
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c89 struct lws_plat_file_ops fops_zip;
318 lws_fops_zip_open(const struct lws_plat_file_ops *fops, const char *vfs_path, in lws_fops_zip_open()
647 struct lws_plat_file_ops fops_zip = {
Dserver.c660 const struct lws_plat_file_ops *fops; in lws_http_serve()
2726 const struct lws_plat_file_ops *fops; in lws_serve_http_file()
/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c161 _lws_plat_file_open(const struct lws_plat_file_ops *fops, in _lws_plat_file_open()
/third_party/libwebsockets/test-apps/
Dtest-server.c46 struct lws_plat_file_ops fops_plat;
206 test_server_fops_open(const struct lws_plat_file_ops *fops, in test_server_fops_open()
/third_party/libwebsockets/lib/plat/unix/
Dunix-file.c82 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
/third_party/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()
/third_party/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()
/third_party/libwebsockets/READMEs/
DREADME.coding.md616 LWS_VISIBLE LWS_EXTERN struct lws_plat_file_ops *
625 `lws_plat_file_open`(struct lws_plat_file_ops *fops, const char *filename,