Home
last modified time | relevance | path

Searched refs:dest (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, ...) \ argument
94 dest = zv == NULL ? NULL : (type *) Z_OBJ_P(zv); \
97 #define UV_PARAM_OBJ(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 0, ##__VA_ARGS__, NULL) argument
98 #define UV_PARAM_OBJ_NULL(dest, type, ...) UV_PARAM_OBJ_EX(dest, type, 1, ##__VA_ARGS__, NULL) argument
131 static zend_always_inline int uv_parse_arg_object(zval *arg, zval **dest, int check_null, zend_clas… argument
133 static int uv_parse_arg_object(zval *arg, zval **dest, int check_null, zend_class_entry *ce, ...) {
141 *dest = arg;
147 *dest = NULL;
157 #define PHP_UV_INIT_GENERIC(dest, type, ce) \ argument
161 dest = (type *) Z_OBJ(zv); \

Completed in 21 milliseconds