Searched refs:hash (Results 1 – 4 of 4) sorted by relevance
8 ARGINFO_NONE(hash);12 PHP_ABSTRACT_ME(Hashable, hash, arginfo_hash)
221 uint32_t hash; in get_array_hash() local232 hash = get_string_hash(buffer.s); in get_array_hash()235 hash = 0; in get_array_hash()238 return hash; in get_array_hash()269 zval hash; in get_object_hash() local276 switch (Z_TYPE(hash)) { in get_object_hash()278 return Z_LVAL(hash); in get_object_hash()342 const uint32_t hash in ds_htable_lookup_bucket_by_hash() argument660 const uint32_t hash in ds_htable_init_next_bucket() argument682 const uint32_t hash = get_hash(key); in ds_htable_lookup_or_next() local[all …]
57 uint32_t hash = DS_HTABLE_BUCKET_HASH(_bucket); \58 uint32_t *head = &_table->lookup[hash & (mask)]; \
66 …--enable-bcmath --enable-calendar --enable-ctype --enable-filter --enable-hash --with-mhash --with…
Completed in 8 milliseconds