Home
last modified time | relevance | path

Searched refs:_lws_plat_file_open (Results 1 – 6 of 6) sorted by relevance

/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() function
/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() function
/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() function
/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h257 _lws_plat_file_open(const struct lws_plat_file_ops *fops, const char *filename,
/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() function
/external/libwebsockets/lib/core/
Dcontext.c337 context->fops_platform.LWS_FOP_OPEN = _lws_plat_file_open; in lws_create_context()