/PHP-7.4/ext/standard/ |
H A D | password.c | 192 static zend_bool php_password_bcrypt_valid(const zend_string *hash) { in php_password_bcrypt_valid() 198 static int php_password_bcrypt_get_info(zval *return_value, const zend_string *hash) { in php_password_bcrypt_get_info() 212 static zend_bool php_password_bcrypt_needs_rehash(const zend_string *hash, zend_array *options) { in php_password_bcrypt_needs_rehash() 259 zend_string *result, *hash, *salt; in php_password_bcrypt_hash() local 280 ZSTR_VAL(hash)[hash_format_len + ZSTR_LEN(salt)] = 0; in php_password_bcrypt_hash() local 313 static int extract_argon2_parameters(const zend_string *hash, in extract_argon2_parameters() 336 static int php_password_argon2_get_info(zval *return_value, const zend_string *hash) { in php_password_argon2_get_info() 604 zend_string *php_password_algo_extract_ident(const zend_string* hash) { in php_password_algo_extract_ident() 640 zend_string *hash, *ident; in PHP_FUNCTION() local 681 zend_string *hash; in PHP_FUNCTION() local [all …]
|
H A D | php_password.h | 47 zend_string *(*hash)(const zend_string *password, zend_array *options); member 67 static inline const php_password_algo* php_password_algo_identify(const zend_string *hash) { in php_password_algo_identify()
|
H A D | crypt_freesec.c | 741 const char *hash; member 789 char *hash = crypt(tests[i].pw, tests[i].hash); in main() local
|
H A D | basic_functions.c | 4720 static void add_config_entries(HashTable *hash, zval *return_value) /* {{{ */ 5999 zval hash, *find_hash; local 6150 HashTable *hash = php_ini_get_configuration_hash(); local
|
H A D | array.c | 2963 HashTable *hash; local 4774 HashTable *hash; local 5185 HashTable *hash; local 5673 HashTable* hash; local
|
H A D | html.c | 813 zend_ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html() local
|
/PHP-7.4/ext/sodium/ |
H A D | sodium_pwhash.c | 100 static zend_bool php_sodium_argon2_verify(const zend_string *password, const zend_string *hash) { in php_sodium_argon2_verify() 107 static zend_bool php_sodium_argon2_needs_rehash(const zend_string *hash, zend_array *options) { in php_sodium_argon2_needs_rehash() 116 static int php_sodium_argon2_get_info(zval *return_value, const zend_string *hash) { in php_sodium_argon2_get_info()
|
H A D | libsodium.c | 768 zend_string *hash; in PHP_FUNCTION() local 793 ZSTR_VAL(hash)[crypto_shorthash_BYTES] = 0; in PHP_FUNCTION() local 891 zend_string *hash; in PHP_FUNCTION() local 924 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local 1011 zend_string *hash; in PHP_FUNCTION() local 1052 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local 1824 zend_string *hash; in PHP_FUNCTION() local 1905 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local 2016 zend_string *hash; in PHP_FUNCTION() local 2071 ZSTR_VAL(hash)[hash_len] = 0; in PHP_FUNCTION() local
|
/PHP-7.4/ext/intl/collator/ |
H A D | collator_convert.c | 38 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16() 79 HashTable* hash, zval * hashData, zend_string* hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8() 117 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf8_to_utf16() 136 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status ) in collator_convert_hash_from_utf16_to_utf8()
|
H A D | collator_sort.c | 297 HashTable* hash = NULL; in collator_sort_internal() local 373 HashTable* hash = NULL; in PHP_FUNCTION() local
|
/PHP-7.4/ext/hash/ |
H A D | hash.c | 187 PHP_FUNCTION(hash) in PHP_FUNCTION() argument 353 php_hashcontext_object *hash; in PHP_FUNCTION() local 415 #define PHP_HASHCONTEXT_VERIFY(func, hash) { \ argument 427 php_hashcontext_object *hash; in PHP_FUNCTION() local 447 php_hashcontext_object *hash; in PHP_FUNCTION() local 485 php_hashcontext_object *hash; in PHP_FUNCTION() local 520 php_hashcontext_object *hash; in PHP_FUNCTION() local 1132 php_hashcontext_object *hash = php_hashcontext_from_object(obj); in php_hashcontext_dtor() local 1181 PHP_MINIT_FUNCTION(hash) in PHP_MINIT_FUNCTION() argument 1269 PHP_MSHUTDOWN_FUNCTION(hash) in PHP_MSHUTDOWN_FUNCTION() argument [all …]
|
/PHP-7.4/ext/oci8/ |
H A D | oci8_statement.c | 1010 HashTable *hash; in php_oci_bind_post_exec() local 1738 HashTable *hash; in php_oci_bind_array_helper_string() local 1827 HashTable *hash; in php_oci_bind_array_helper_number() local 1868 HashTable *hash; in php_oci_bind_array_helper_double() local 1909 HashTable *hash; in php_oci_bind_array_helper_date() local
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_bp.h | 105 zend_ulong hash; member 116 zend_ulong hash; member
|
H A D | phpdbg_bp.c | 790 zend_ulong hash = zend_hash_func(name, name_len); in phpdbg_set_breakpoint_opcode() local 829 … *brake, const phpdbg_param_t *param, const char *expr, size_t expr_len, zend_ulong hash) /* {{{ */ in phpdbg_create_conditional_break() 926 zend_ulong hash = 0L; in phpdbg_set_breakpoint_at() local
|
H A D | phpdbg_cmd.c | 196 zend_ulong hash = param->type; in phpdbg_hash_param() local
|
/PHP-7.4/ext/opcache/Optimizer/ |
H A D | compact_literals.c | 81 static uint32_t add_static_slot(HashTable *hash, in add_static_slot() 129 HashTable hash, double_hash; in zend_optimizer_compact_literals() local
|
/PHP-7.4/ext/dba/libcdb/ |
H A D | cdb_make.h | 47 struct cdb_hp *hash; member
|
/PHP-7.4/Zend/ |
H A D | zend_ts_hash.h | 25 HashTable hash; member
|
H A D | zend_string.h | 369 zend_ulong hash = Z_UL(5381); in zend_inline_hash_func() local
|
/PHP-7.4/ext/session/ |
H A D | mod_mm.c | 55 ps_sd **hash; member
|
/PHP-7.4/ext/soap/ |
H A D | php_http.c | 671 unsigned char hash[16]; in make_http_soap_request() local
|
/PHP-7.4/ext/opcache/ |
H A D | ZendAccelerator.h | 249 zend_accel_hash hash; /* hash table for cached scripts */ member
|
/PHP-7.4/ext/pdo/ |
H A D | pdo_stmt.c | 284 HashTable *hash; in really_register_bound_param() local
|
/PHP-7.4/ext/sqlite3/ |
H A D | sqlite3.c | 1672 HashTable *hash; in register_bound_parameter_to_sqlite() local
|
/PHP-7.4/ext/pgsql/ |
H A D | pgsql.c | 933 zval *hash; in _close_pgsql_link() local
|