Home
last modified time | relevance | path

Searched refs:hash_len (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/standard/
H A Dpassword.c178 int hash_len; in PHP_FUNCTION() local
186 if (hash_len < 0 || (size_t) 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.5/ext/spl/
H A Dspl_observer.c125 int hash_len = Z_STRLEN_P(rv); in spl_object_storage_get_hash() local
128 hash[hash_len] = 0; in spl_object_storage_get_hash()
132 *hash_len_ptr = hash_len; in spl_object_storage_get_hash()
150 *hash_len_ptr = hash_len; in spl_object_storage_get_hash()
163 hash[hash_len] = 0; in spl_object_storage_get_hash()
166 *hash_len_ptr = hash_len; in spl_object_storage_get_hash()
206 int hash_len; in spl_object_storage_attach() local
234 int hash_len, ret = FAILURE; in spl_object_storage_detach() local
430 int hash_len, found; in spl_object_storage_contains() local
497 int hash_len; in SPL_METHOD() local
[all …]
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c69 uint hash_len; local
159 hash_len = spprintf(&hash_key, 0, "mysqli_%s_%s%ld%s%s%s", SAFE_STR(hostname), SAFE_STR(socket),
166 if (zend_hash_find(&EG(persistent_list), hash_key, hash_len + 1, (void **)&le) == SUCCESS) {
200 zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL);

Completed in 13 milliseconds