Searched refs:hash_len (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/ext/standard/ |
H A D | password.c | 178 int hash_len; in PHP_FUNCTION() local 186 if (hash_len < 0) { in PHP_FUNCTION() 194 algo = php_password_determine_algo(hash, (size_t) hash_len); in PHP_FUNCTION() 221 int hash_len; in PHP_FUNCTION() local 230 if (hash_len < 0) { in PHP_FUNCTION() 235 algo = php_password_determine_algo(hash, (size_t) hash_len); in PHP_FUNCTION() 276 int password_len, hash_len; in PHP_FUNCTION() local 286 if (strlen(ret) != hash_len || hash_len < 13) { in PHP_FUNCTION() 295 for (i = 0; i < hash_len; i++) { in PHP_FUNCTION() 312 int password_len = 0, hash_len; in PHP_FUNCTION() local [all …]
|
/PHP-5.6/ext/spl/ |
H A D | spl_observer.c | 126 int hash_len = Z_STRLEN_P(rv); in spl_object_storage_get_hash() local 129 hash[hash_len] = 0; in spl_object_storage_get_hash() 133 *hash_len_ptr = hash_len; in spl_object_storage_get_hash() 151 *hash_len_ptr = hash_len; in spl_object_storage_get_hash() 164 hash[hash_len] = 0; in spl_object_storage_get_hash() 167 *hash_len_ptr = hash_len; in spl_object_storage_get_hash() 207 int hash_len; in spl_object_storage_attach() local 235 int hash_len, ret = FAILURE; in spl_object_storage_detach() local 431 int hash_len, found; in spl_object_storage_contains() local 498 int hash_len; in SPL_METHOD() local [all …]
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli_nonapi.c | 69 uint hash_len; local 161 hash_len = spprintf(&hash_key, 0, "mysqli_%s_%s%ld%s%s%s", SAFE_STR(hostname), SAFE_STR(socket), 168 if (zend_hash_find(&EG(persistent_list), hash_key, hash_len + 1, (void **)&le) == SUCCESS) { 202 zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL);
|
Completed in 13 milliseconds