Home
last modified time | relevance | path

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

/imagick/
H A Dimagick_helpers.c969 #define IMAGICK_REGISTER_CONST_LONG(const_name, value)\ in php_imagick_initialize_constants() argument
970 …zend_declare_class_constant_long(php_imagick_sc_entry, const_name, sizeof(const_name)-1, (long)val… in php_imagick_initialize_constants()
972 #define IMAGICK_REGISTER_CONST_STRING(const_name, value)\ in php_imagick_initialize_constants() argument
973 …zend_declare_class_constant_string(php_imagick_sc_entry, const_name, sizeof(const_name)-1, value T… in php_imagick_initialize_constants()

Completed in 7 milliseconds