Searched refs:_lws_plat_file_read (Results 1 - 6 of 6) sorted by relevance
/third_party/libwebsockets/lib/plat/optee/ |
H A D | lws-plat-optee.c | 180 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() function
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-file.c | 148 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() function
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-vfs.h | 264 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-file.c | 84 _lws_plat_file_read(lws_fop_fd_t fops_fd, lws_filepos_t *amount, in _lws_plat_file_read() function
|
/third_party/libwebsockets/lib/plat/windows/ |
H A D | windows-file.c | 119 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in _lws_plat_file_read() function
|
/third_party/libwebsockets/lib/core/ |
H A D | context.c | 891 context->fops_platform.LWS_FOP_READ = _lws_plat_file_read; in lws_create_context()
|
Completed in 6 milliseconds