Home
last modified time | relevance | path

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

/php-uv/
H A Dphp_uv.c74 #define UV_PARAM_OBJ_EX(dest, type, check_null, ce, ...) \ macro
97 #define UV_PARAM_OBJ(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 0, ##__VA_ARGS__, NULL)
98 #define UV_PARAM_OBJ_NULL(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 1, ##__VA_ARGS__, NULL)

Completed in 19 milliseconds