Home
last modified time | relevance | path

Searched refs:lws_vfs_get_length (Results 1 - 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/core/
H A Dvfs.c40 lws_vfs_get_length(lws_fop_fd_t fop_fd) in lws_vfs_get_length() function
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-vfs.h147 * lws_vfs_get_length() - get current file total length in bytes
152 lws_vfs_get_length(lws_fop_fd_t fop_fd);
/third_party/libwebsockets/test-apps/
H A Dtest-server.c218 (long)lws_vfs_get_length(fop_fd)); in test_server_fops_open()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c768 (unsigned long long)lws_vfs_get_length(wsi->http.fop_fd), in lws_http_serve()
2775 wsi->http.filelen = lws_vfs_get_length(wsi->http.fop_fd); in lws_serve_http_file()

Completed in 6 milliseconds