Home
last modified time | relevance | path

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

/imagick/
H A Dphp_imagick_defs.h307 #define Z_IMAGICK_P(zv) php_imagick_fetch_object(Z_OBJ_P((zv))) argument
308 #define Z_IMAGICKDRAW_P(zv) php_imagickdraw_fetch_object(Z_OBJ_P((zv))) argument
309 #define Z_IMAGICKPIXEL_P(zv) php_imagickpixel_fetch_object(Z_OBJ_P((zv))) argument
312 #define Z_IMAGICKKERNEL_P(zv) php_imagickkernel_fetch_object(Z_OBJ_P((zv))) argument
324 #define IM_ZVAL_STRING(zv, charstar) ZVAL_STRING(zv, charstar); argument
327 #define IM_ZVAL_STRING(zv, charstar) ZVAL_STRING(zv, charstar, 1); argument
333 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr) argument
334 #define IM_ZVAL_STRINGL(zv, charstr, length) ZVAL_STRINGL(zv, charstr, length) argument
335 #define IM_add_next_index_string(zv, charstr) add_next_index_string(zv, charstr) argument
338 #define IM_add_assoc_string(zv, key, charstr) add_assoc_string(zv, key, charstr, 1) argument
[all …]
H A Dimagickkernel_class.c40 static void php_imagickkernelvalues_to_zval(zval *zv, KernelInfo *kernel_info) { in php_imagickkernelvalues_to_zval() argument
77 add_next_index_zval(zv, p_row); in php_imagickkernelvalues_to_zval()

Completed in 7 milliseconds