Home
last modified time | relevance | path

Searched refs:hash (Results 76 – 100 of 159) sorted by relevance

1234567

/PHP-5.5/ext/hash/tests/
H A Dhash_copy_002.phpt4 <?php extension_loaded('hash') or die('skip'); ?>
H A Dhmac-md5.phpt4 <?php if(!extension_loaded("hash")) print "skip"; ?>
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c320 persistent_script = zend_accel_hash_find(&ZCSG(hash), filename, filename_len + 1); in filename_is_in_cache()
329 persistent_script = zend_accel_hash_find(&ZCSG(hash), key, key_length + 1); in filename_is_in_cache()
457 snprintf(buf, sizeof(buf), "%ld", ZCSG(hash).num_direct_entries); in zend_accel_info()
459 snprintf(buf, sizeof(buf), "%ld", ZCSG(hash).num_entries); in zend_accel_info()
461 snprintf(buf, sizeof(buf), "%ld", ZCSG(hash).max_num_entries); in zend_accel_info()
511 for (i = 0; i<ZCSG(hash).max_num_entries; i++) { in accelerator_get_scripts()
512 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) { in accelerator_get_scripts()
603 add_assoc_long(statistics, "num_cached_scripts", ZCSG(hash).num_direct_entries); in ZEND_FUNCTION()
604 add_assoc_long(statistics, "num_cached_keys", ZCSG(hash).num_entries); in ZEND_FUNCTION()
605 add_assoc_long(statistics, "max_cached_keys", ZCSG(hash).max_num_entries); in ZEND_FUNCTION()
H A DZendAccelerator.c1089 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM; in zend_accel_invalidate()
1107 if (!zend_accel_hash_find(&ZCSG(hash), key, key_length + 1)) { in zend_accel_add_key()
1108 if (zend_accel_hash_is_full(&ZCSG(hash))) { in zend_accel_add_key()
1116 if (zend_accel_hash_update(&ZCSG(hash), new_key, key_length + 1, 1, bucket)) { in zend_accel_add_key()
1143 if (zend_accel_hash_is_full(&ZCSG(hash))) { in cache_script_in_shared_memory()
1210 if (zend_accel_hash_update(&ZCSG(hash), key, key_length + 1, 1, bucket)) { in cache_script_in_shared_memory()
1509 persistent_script = zend_accel_hash_find(&ZCSG(hash), key, key_length + 1);
1574 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM;
1599 zend_accel_hash_is_full(&ZCSG(hash)) ? ACCEL_RESTART_HASH : ACCEL_RESTART_OOM;
2111 zend_accel_hash_clean(&ZCSG(hash));
[all …]
/PHP-5.5/ext/standard/tests/mail/
H A Dezmlm_hash_basic.phpt10 * Description: Calculate the hash value needed by EZMLM.
H A Dezmlm_hash_basic_64bit.phpt10 * Description: Calculate the hash value needed by EZMLM.
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_openssl_hash.phpt2 Phar: tar archive, require_hash=1, OpenSSL hash
/PHP-5.5/ext/reflection/tests/
H A Dbug61388.phpt2 ReflectionObject:getProperties() issues invalid reads when it get_properties returns a hash table w…
/PHP-5.5/ext/interbase/
H A Dinterbase.c895 char *c, hash[16], *args[] = { NULL, NULL, NULL, NULL, NULL }; in _php_ibase_connect() local
938 PHP_MD5Final(hash, &hash_context); in _php_ibase_connect()
941 if (SUCCESS == zend_hash_find(&EG(regular_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect()
954 zend_hash_del(&EG(regular_list), hash, sizeof(hash)); in _php_ibase_connect()
959 switch (zend_hash_find(&EG(persistent_list), hash, sizeof(hash), (void *) &le)) { in _php_ibase_connect()
977 zend_hash_del(&EG(persistent_list), hash, sizeof(hash)); in _php_ibase_connect()
1008 if (FAILURE == zend_hash_update(&EG(persistent_list), hash, sizeof(hash), in _php_ibase_connect()
1027 if (FAILURE == zend_hash_update(&EG(regular_list), hash, sizeof(hash), in _php_ibase_connect()
/PHP-5.5/Zend/tests/
H A Dbug64555.phpt2 Bug #64555: Array key within interned string gets wrong hash value
/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.c19 unsigned int hash; member
59 #define do_hash(key,table) (unsigned int)(*(table)->type->hash)((key))
219 ((ptr) != 0 && (ptr->hash != (hash_val) || !EQUAL((table), (key), (ptr)->key)))
270 entry->hash = hash_val;\
328 hash_val = ptr->hash % new_num_bins;
H A Dst.h21 int (*hash)(); member
/PHP-5.5/ext/phar/tests/
H A Dcreate_new_phar_c.phpt24 ["hash"]=>
/PHP-5.5/ext/openssl/tests/
H A Dbug47828.phpt35 var_dump($arr['hash']);
H A Dopenssl.cnf37 subjectKeyIdentifier=hash
/PHP-5.5/ext/standard/tests/array/
H A Dcompact_error.phpt6 * Description: Creates a hash containing variables and their values
H A Dcompact_variation2.phpt6 * Description: Creates a hash containing variables and their values
/PHP-5.5/ext/gd/tests/
H A Dimagecolorset_basic.phpt26 // Get output and generate md5 hash
H A Dimagesetbrush_basic.phpt29 // Get output and generate md5 hash
/PHP-5.5/ext/pgsql/tests/
H A D09notice.phpt31 echo "Cannot find notice message in hash\n";
/PHP-5.5/ext/standard/tests/strings/
H A Dmd5_basic2.phpt6 * Description: Calculate the md5 hash of a string
H A Dsha1_error.phpt8 * Description: Calculate the sha1 hash of a string
H A Dmd5_error.phpt6 * Description: Calculate the md5 hash of a string
/PHP-5.5/ext/phar/tests/files/
H A Dopenssl.cnf37 subjectKeyIdentifier=hash
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc412 * Check whether hash method is valid.
416 function phar_check_hash($hash, $privkey)
418 switch($hash) {
565 $hash = $this->args['h']['val'];
574 $hash = self::phar_check_hash($hash, $privkey);
606 if ($hash) {
1195 $hash = $this->args['h']['val'];
1198 $hash = self::phar_check_hash($hash, $privkey);
1461 $hash = $phar->getSignature();
1468 if (!$hash) {
[all …]

Completed in 58 milliseconds

1234567