Lines Matching refs:hashKey
36 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16() argument
64 if( hashKey) in collator_convert_hash_item_from_utf8_to_utf16()
66 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf8_to_utf16()
77 HashTable* hash, zval * hashData, zend_string* hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8() argument
101 if( hashKey ) in collator_convert_hash_item_from_utf16_to_utf8()
103 zend_hash_update( hash, hashKey, &znew_val); in collator_convert_hash_item_from_utf16_to_utf8()
119 zend_string *hashKey; in collator_convert_hash_from_utf8_to_utf16() local
121 ZEND_HASH_FOREACH_KEY_VAL(hash, hashIndex, hashKey, hashData) { in collator_convert_hash_from_utf8_to_utf16()
124 hash, hashData, hashKey, hashIndex, status ); in collator_convert_hash_from_utf8_to_utf16()
137 zend_string *hashKey; in collator_convert_hash_from_utf16_to_utf8() local
140 ZEND_HASH_FOREACH_KEY_VAL(hash, hashIndex, hashKey, hashData) { in collator_convert_hash_from_utf16_to_utf8()
143 hash, hashData, hashKey, hashIndex, status ); in collator_convert_hash_from_utf16_to_utf8()