Home
last modified time | relevance | path

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

/external/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c168 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close() function
/external/libwebsockets/lib/plat/unix/
Dunix-file.c108 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close() function
/external/libwebsockets/lib/plat/windows/
Dwindows-file.c77 _lws_plat_file_close(lws_fop_fd_t *fop_fd) in _lws_plat_file_close() function
/external/libwebsockets/include/libwebsockets/
Dlws-vfs.h260 _lws_plat_file_close(lws_fop_fd_t *fop_fd);
/external/libwebsockets/lib/plat/freertos/
Dfreertos-file.c67 _lws_plat_file_close(lws_fop_fd_t *fops_fd) in _lws_plat_file_close() function
/external/libwebsockets/lib/core/
Dcontext.c338 context->fops_platform.LWS_FOP_CLOSE = _lws_plat_file_close; in lws_create_context()