Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 35) sorted by path

12

/PHP-8.0/Zend/
H A Dzend_string.h401 zend_ulong hash = Z_UL(5381); in zend_inline_hash_func() local
H A Dzend_ts_hash.h25 HashTable hash; member
/PHP-8.0/ext/dba/libcdb/
H A Dcdb_make.h45 struct cdb_hp *hash; member
/PHP-8.0/ext/hash/
H A Dhash.c415 PHP_FUNCTION(hash) in PHP_FUNCTION() argument
607 php_hashcontext_object *hash; in PHP_FUNCTION() local
669 #define PHP_HASHCONTEXT_VERIFY(hash) { \ argument
680 php_hashcontext_object *hash; in PHP_FUNCTION() local
699 php_hashcontext_object *hash; in PHP_FUNCTION() local
736 php_hashcontext_object *hash; in PHP_FUNCTION() local
770 php_hashcontext_object *hash; in PHP_FUNCTION() local
1369 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor() local
1548 PHP_MINIT_FUNCTION(hash) in PHP_MINIT_FUNCTION() argument
1633 PHP_MSHUTDOWN_FUNCTION(hash) in PHP_MSHUTDOWN_FUNCTION() argument
[all …]
H A Dhash.stub.php5 function hash(string $algo, string $data, bool $binary = false): string {} function
H A Dhash_gost.c307 static int php_gost_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_gost_unserialize()
H A Dhash_md.c358 static int php_md2_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_md2_unserialize()
H A Dhash_sha3.c204 static int php_sha3_unserialize(php_hashcontext_object *hash, in php_sha3_unserialize()
296 static int php_keccak_serialize(const php_hashcontext_object *hash, zend_long *magic, zval *zv) in php_keccak_serialize()
302 static int php_keccak_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_keccak_unserialize()
H A Dhash_snefru.c192 static int php_snefru_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_snefru_unserialize()
H A Dhash_tiger.c242 static int php_tiger_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_tiger_unserialize()
H A Dhash_whirlpool.c432 static int php_whirlpool_unserialize(php_hashcontext_object *hash, zend_long magic, const zval *zv) in php_whirlpool_unserialize()
/PHP-8.0/ext/intl/collator/
H A Dcollator_convert.c36 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16()
77 HashTable* hash, zval * hashData, zend_string* hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8()
115 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16()
134 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8()
H A Dcollator_sort.c265 HashTable* hash = NULL; in collator_sort_internal() local
335 HashTable* hash = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/oci8/
H A Doci8_statement.c1003 HashTable *hash; in php_oci_bind_post_exec() local
1724 HashTable *hash; in php_oci_bind_array_helper_string() local
1813 HashTable *hash; in php_oci_bind_array_helper_number() local
1854 HashTable *hash; in php_oci_bind_array_helper_double() local
1895 HashTable *hash; in php_oci_bind_array_helper_date() local
/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_literals.c87 static uint32_t add_static_slot(HashTable *hash, in add_static_slot()
161 HashTable hash, double_hash; in zend_optimizer_compact_literals() local
/PHP-8.0/ext/opcache/
H A DZendAccelerator.h263 zend_accel_hash hash; /* hash table for cached scripts */ member
/PHP-8.0/ext/opcache/jit/dynasm/
H A Dminilua.c276 unsigned int hash; member
418 GCObject**hash; member
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c255 HashTable *hash; in really_register_bound_param() local
/PHP-8.0/ext/pgsql/
H A Dpgsql.c177 zval *hash; in _close_pgsql_link() local
/PHP-8.0/ext/session/
H A Dmod_mm.c53 ps_sd **hash; member
/PHP-8.0/ext/soap/
H A Dphp_http.c670 unsigned char hash[16]; in make_http_soap_request() local
/PHP-8.0/ext/sodium/
H A Dlibsodium.c474 zend_string *hash; in PHP_FUNCTION() local
497 ZSTR_VAL(hash)[crypto_shorthash_BYTES] = 0; in PHP_FUNCTION() local
587 zend_string *hash; in PHP_FUNCTION() local
620 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
707 zend_string *hash; in PHP_FUNCTION() local
748 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1474 zend_string *hash; in PHP_FUNCTION() local
1557 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
1664 zend_string *hash; in PHP_FUNCTION() local
1715 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
H A Dlibsodium.stub.php92 function sodium_crypto_pwhash_str_verify(string $hash, string $password): bool {}
104 function sodium_crypto_pwhash_scryptsalsa208sha256_str_verify(string $hash, string $password): bool…
H A Dsodium_pwhash.c98 static zend_bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify()
105 static zend_bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash()
114 static int php_sodium_argon2_get_info(zval *return_value, const zend_string *hash) { in php_sodium_argon2_get_info()
/PHP-8.0/ext/sqlite3/
H A Dsqlite3.c1647 HashTable *hash; in register_bound_parameter_to_sqlite() local

Completed in 221 milliseconds

12