Home
last modified time | relevance | path

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

/PHP-5.4/ext/spl/
H A Dspl_observer.c119 int hash_len = Z_STRLEN_P(rv); in spl_object_storage_get_hash() local
122 hash[hash_len] = 0; in spl_object_storage_get_hash()
126 *hash_len_ptr = hash_len; in spl_object_storage_get_hash()
144 *hash_len_ptr = hash_len; in spl_object_storage_get_hash()
157 hash[hash_len] = 0; in spl_object_storage_get_hash()
160 *hash_len_ptr = hash_len; in spl_object_storage_get_hash()
200 int hash_len; in spl_object_storage_attach() local
228 int hash_len, ret = FAILURE; in spl_object_storage_detach() local
441 int hash_len, found; in spl_object_storage_contains() local
508 int hash_len; in SPL_METHOD() local
[all …]
/PHP-5.4/ext/mysqli/
H A Dmysqli_nonapi.c68 uint hash_len; local
158 hash_len = spprintf(&hash_key, 0, "mysqli_%s_%s%ld%s%s%s", SAFE_STR(hostname), SAFE_STR(socket),
165 if (zend_hash_find(&EG(persistent_list), hash_key, hash_len + 1, (void **)&le) == SUCCESS) {
199 zend_hash_update(&EG(persistent_list), hash_key, hash_len + 1, (void *)&le, sizeof(le), NULL);

Completed in 11 milliseconds