Home
last modified time | relevance | path

Searched defs:lc (Results 1 – 4 of 4) sorted by relevance

/libuv/src/
H A Duv-data-getter-setters.c26 #define XX(uc,lc) case UV_##uc: return #lc; in uv_handle_type_name() argument
54 #define XX(uc,lc) case UV_##uc: return #lc; in uv_req_type_name() argument
H A Duv-common.c164 #define XX(uc, lc) case UV_##uc: return sizeof(uv_##lc##_t); argument
572 #define X(uc, lc) case UV_##uc: type = #lc; break; in uv__print_handles() argument
/libuv/include/
H A Duv.h201 #define XX(uc, lc) UV_##uc, argument
210 #define XX(uc, lc) UV_##uc, argument
/libuv/src/win/
H A Dfs.c2929 #define XX(uc, lc) case UV_FS_##uc: fs__##lc(req); break; in uv__fs_work() argument

Completed in 24 milliseconds