Home
last modified time | relevance | path

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

/ext-ds/src/php/classes/
H A Dphp_hashable_ce.c8 ARGINFO_NONE(hash);
12 PHP_ABSTRACT_ME(Hashable, hash, arginfo_hash)
/ext-ds/src/ds/
H A Dds_htable.c221 uint32_t hash; in get_array_hash() local
232 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() local
276 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() argument
660 const uint32_t hash in ds_htable_init_next_bucket() argument
682 const uint32_t hash = get_hash(key); in ds_htable_lookup_or_next() local
[all …]
H A Dds_htable.h57 uint32_t hash = DS_HTABLE_BUCKET_HASH(_bucket); \
58 uint32_t *head = &_table->lookup[hash & (mask)]; \
/ext-ds/
H A Dappveyor.yml66 …--enable-bcmath --enable-calendar --enable-ctype --enable-filter --enable-hash --with-mhash --with…

Completed in 8 milliseconds