Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Darray.c3051 HashTable out_hash; /* Output hashtable */ local
3088 zend_hash_next_index_insert_new(&out_hash, entry);
3090 zend_hash_add_new(&out_hash, p->key, entry);
3147 zend_hash_next_index_insert_new(&out_hash, entry);
3160 zend_hash_add_new(&out_hash, p->key, entry);
3176 in_hash->u.v.flags = out_hash.u.v.flags;
3177 in_hash->nTableSize = out_hash.nTableSize;
3178 in_hash->nTableMask = out_hash.nTableMask;
3179 in_hash->nNumUsed = out_hash.nNumUsed;
3182 in_hash->arData = out_hash.arData;
[all …]

Completed in 28 milliseconds