Searched refs:lws_plat_file_ops (Results 1 – 14 of 14) sorted by relevance
/external/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() 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()
|
D | private-lib-core.h | 312 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,
|
D | context.c | 193 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/ |
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 | 229 struct lws_plat_file_ops; 503 const struct lws_plat_file_ops *fops;
|
/external/libwebsockets/test-apps/ |
D | test-server.c | 46 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/ |
D | fops-zip.c | 89 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 = {
|
D | server.c | 498 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/ |
D | lws-plat-optee.c | 161 _lws_plat_file_open(const struct lws_plat_file_ops *fops, in _lws_plat_file_open()
|
/external/libwebsockets/lib/plat/unix/ |
D | unix-file.c | 76 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename, in _lws_plat_file_open()
|
/external/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()
|
/external/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()
|
/external/libwebsockets/lib/plat/freertos/esp32/ |
D | esp32-helpers.c | 710 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/ |
D | README.coding.md | 652 LWS_VISIBLE LWS_EXTERN struct lws_plat_file_ops * 661 `lws_plat_file_open`(struct lws_plat_file_ops *fops, const char *filename,
|