Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/mbstring/oniguruma/
H A Dst.h21 int (*hash)(); member
/PHP-5.5/ext/mcrypt/tests/
H A Dbug43143.phpt5 if (!extension_loaded("hash")) print "skip"; ?>
10 $mkey = hash('sha256', 'secret key', TRUE);
14 $mkey = hash('sha256', 'secret key', TRUE);
/PHP-5.5/ext/oci8/
H A Doci8_statement.c1510 HashTable *hash; in php_oci_bind_array_helper_string() local
1513 hash = HASH_OF(var); in php_oci_bind_array_helper_string()
1522 zend_hash_move_forward(hash); in php_oci_bind_array_helper_string()
1546 zend_hash_move_forward(hash); in php_oci_bind_array_helper_string()
1563 zend_hash_move_forward(hash); in php_oci_bind_array_helper_string()
1579 HashTable *hash; in php_oci_bind_array_helper_number() local
1582 hash = HASH_OF(var); in php_oci_bind_array_helper_number()
1617 HashTable *hash; in php_oci_bind_array_helper_double() local
1620 hash = HASH_OF(var); in php_oci_bind_array_helper_double()
1655 HashTable *hash; in php_oci_bind_array_helper_date() local
[all …]
/PHP-5.5/ext/oci8/tests/
H A Dpassword.phpt32 // Second connect should return a new resource because the hash string will be different from $c1
H A Dpassword_2.phpt31 // Second connect should return a new resource because the hash string will be different from $c1
/PHP-5.5/ext/opcache/
H A DREADME84 The maximum number of keys (scripts) in the OPcache hash table.
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 …]
H A DZendAccelerator.h284 zend_accel_hash hash; /* hash table for cached scripts */ member
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()
/PHP-5.5/ext/openssl/tests/
H A Dbug47828.phpt35 var_dump($arr['hash']);
H A Dopenssl.cnf37 subjectKeyIdentifier=hash
H A Dopenssl_x509_parse_basic.phpt31 ["hash"]=>
177 ["hash"]=>
H A Dopenssl_x509_parse_basic_v9.phpt31 ["hash"]=>
162 ["hash"]=>
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.re441 /* lookup bind first via hash and then index */
H A Dpdo_stmt.c304 HashTable *hash; in really_register_bound_param() local
307 hash = is_param ? stmt->bound_params : stmt->bound_columns; in really_register_bound_param()
309 if (!hash) { in really_register_bound_param()
310 ALLOC_HASHTABLE(hash); in really_register_bound_param()
311 zend_hash_init(hash, 13, NULL, param_dtor, 0); in really_register_bound_param()
314 stmt->bound_params = hash; in really_register_bound_param()
316 stmt->bound_columns = hash; in really_register_bound_param()
400 zend_hash_index_del(hash, param->paramno); in really_register_bound_param()
405 zend_hash_update(hash, param->name, param->namelen, param, in really_register_bound_param()
419 zend_hash_del(hash, pparam->name, pparam->namelen); in really_register_bound_param()
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_33689.phpt29 // libmysql and mysqlnd will show the pdo_type entry at a different position in the hash
/PHP-5.5/ext/pgsql/tests/
H A D09notice.phpt31 echo "Cannot find notice message in hash\n";
/PHP-5.5/ext/phar/
H A Dconfig.m415 AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
27 PHP_ADD_EXTENSION_DEP(phar, hash, true)
H A Dconfig.w3242 WARNING('Phar: sha256/sha512 signature support disabled if ext/hash is built shared');
/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 …]
/PHP-5.5/ext/phar/tests/
H A D032.phpt2 Phar: require hash
H A Dcreate_new_and_modify.phpt38 var_dump($sig1[b'hash']);
39 var_dump($sig2[b'hash']);
40 var_dump($sig1[b'hash'] != $sig2[b'hash']);
H A Dcreate_new_phar_c.phpt24 ["hash"]=>
/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite12.phar.phpt13 ["hash"]=>
19 ["hash"]=>
/PHP-5.5/ext/phar/tests/files/
H A Dopenssl.cnf37 subjectKeyIdentifier=hash

Completed in 97 milliseconds

1234567