OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uv_fs_t
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/include/
uv.h
247
typedef struct uv_fs_s
uv_fs_t
;
typedef in typeref:struct:uv_fs_s
344
typedef void (*uv_fs_cb)(
uv_fs_t
* req);
1442
/*
uv_fs_t
is a subclass of uv_req_t. */
1455
UV_EXTERN uv_fs_type uv_fs_get_type(const
uv_fs_t
*);
1456
UV_EXTERN ssize_t uv_fs_get_result(const
uv_fs_t
*);
1457
UV_EXTERN int uv_fs_get_system_error(const
uv_fs_t
*);
1458
UV_EXTERN void* uv_fs_get_ptr(const
uv_fs_t
*);
1459
UV_EXTERN const char* uv_fs_get_path(const
uv_fs_t
*);
1460
UV_EXTERN uv_stat_t* uv_fs_get_statbuf(
uv_fs_t
*);
1462
UV_EXTERN void uv_fs_req_cleanup(
uv_fs_t
* req)
[
all
...]
Completed in 63 milliseconds
Indexes created Thu May 21 00:25:23 UTC 2026