Home
last modified time | relevance | path

Searched defs:UV__ERR (Results 1 – 2 of 2) sorted by relevance

/libuv/include/uv/
H A Derrno.h27 # define UV__ERR(x) (-(x)) macro
29 # define UV__ERR(x) (x) macro
/libuv/src/
H A Duv-common.h45 # define UV__ERR(x) (-(x)) macro
47 # define UV__ERR(x) (x) macro

Completed in 6 milliseconds