Searched refs:UV_PARAM_OBJ_EX (Results 1 – 1 of 1) sorted by relevance
/php-uv/ |
H A D | php_uv.c | 74 #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 28 milliseconds