Lines Matching refs:key
6521 char *key, *attribute; local
6527 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &key, &key_len) == FAILURE) {
6532 attribute = MagickGetImageAttribute(intern->magick_wand, key);
8560 void s_add_assoc_str (zval *array, const char *key, const char *value) argument
8563 IM_add_assoc_string (array, key, (char *)(value ? value : ""));
8837 char *key, *attribute; local
8845 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &key, &key_len, &attribute, &attribute_…
8853 status = MagickSetImageAttribute(intern->magick_wand, key, attribute);
11555 char *key, *value; local
11558 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &key, &key_len) == FAILURE) {
11564 value = MagickGetOption(intern->magick_wand, key);
12013 char *key, *value; local
12017 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &key, &key_len, &value, &value_len) == …
12022 status = MagickSetOption(intern->magick_wand, key, value);
12614 char *key, *value; local
12617 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &key, &key_len, &value, &value_len) == …
12621 status = SetImageRegistry(StringRegistryType, key, value, NULL);
12638 char *key, *value; local
12642 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &key, &key_len) == FAILURE) {
12648 value = GetImageRegistry(StringRegistryType, key, ex_info);