Home
last modified time | relevance | path

Searched refs:UV_FS_FREE_PTR (Results 1 - 2 of 2) sorted by relevance

/third_party/libuv/src/win/
H A Dfs.c46 #define UV_FS_FREE_PTR 0x0008 macro
1464 req->flags |= UV_FS_FREE_PTR; in fs__scandir()
1566 req->flags |= UV_FS_FREE_PTR; in fs__readdir()
2597 req->flags |= UV_FS_FREE_PTR; in fs__readlink()
2676 req->flags |= UV_FS_FREE_PTR; in fs__realpath()
2774 req->flags |= UV_FS_FREE_PTR; in fs__statfs()
2854 if (req->flags & UV_FS_FREE_PTR) { in uv_fs_req_cleanup()
/third_party/node/deps/uv/src/win/
H A Dfs.c41 #define UV_FS_FREE_PTR 0x0008 macro
1541 req->flags |= UV_FS_FREE_PTR; in fs__scandir()
1643 req->flags |= UV_FS_FREE_PTR; in fs__readdir()
2612 req->flags |= UV_FS_FREE_PTR; in fs__readlink()
2689 req->flags |= UV_FS_FREE_PTR; in fs__realpath()
2787 req->flags |= UV_FS_FREE_PTR; in fs__statfs()
2867 if (req->flags & UV_FS_FREE_PTR) { in uv_fs_req_cleanup()

Completed in 9 milliseconds