Home
last modified time | relevance | path

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

/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DUserTypeValue.c53 PHP5TO7_ZEND_HASH_FOREACH_STR_KEY_VAL(&type->data.udt.types, name, current) { in php_driver_user_type_value_populate()
95 PHP5TO7_ZEND_HASH_FOREACH_STR_KEY_VAL(types, name, current) { in PHP_METHOD()
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/
H A Dphp_driver.h178 #define PHP5TO7_ZEND_HASH_FOREACH_STR_KEY_VAL(ht, _key, _val) \ macro
357 #define PHP5TO7_ZEND_HASH_FOREACH_STR_KEY_VAL(ht, _key, _val) \ macro
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/util/
H A Dcollections.c873 PHP5TO7_ZEND_HASH_FOREACH_STR_KEY_VAL(&user_type_value->values, name, current) { in php_driver_user_type_from_user_type_value()
H A Dtypes.c472 PHP5TO7_ZEND_HASH_FOREACH_STR_KEY_VAL(&type->data.udt.types, name, current) { in user_type_string()