Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 1 of 1) sorted by relevance

/libuv/src/
H A Duv-common.h335 # define UV_REQ_INIT(req, typ) \ argument
337 (req)->type = (typ); \
342 # define UV_REQ_INIT(req, typ) \ argument
344 (req)->type = (typ); \
349 #define uv__req_init(loop, req, typ) \ argument
351 UV_REQ_INIT(req, typ); \

Completed in 8 milliseconds