Searched refs:lws_plat_file_ops (Results 1 – 13 of 13) sorted by relevance
/third_party/libwebsockets/lib/core/ |
D | vfs.c | 28 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()
|
D | private-lib-core.h | 427 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,
|
D | context.c | 380 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/ |
D | lws-vfs.h | 69 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,
|
D | lws-context-vhost.h | 251 struct lws_plat_file_ops; 662 const struct lws_plat_file_ops *fops;
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | fops-zip.c | 89 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 = {
|
D | server.c | 660 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/ |
D | lws-plat-optee.c | 161 _lws_plat_file_open(const struct lws_plat_file_ops *fops, in _lws_plat_file_open()
|
/third_party/libwebsockets/test-apps/ |
D | test-server.c | 46 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/ |
D | unix-file.c | 82 _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/ |
D | windows-file.c | 36 _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/ |
D | freertos-file.c | 34 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
|
/third_party/libwebsockets/READMEs/ |
D | README.coding.md | 616 LWS_VISIBLE LWS_EXTERN struct lws_plat_file_ops * 625 `lws_plat_file_open`(struct lws_plat_file_ops *fops, const char *filename,
|