Home
last modified time | relevance | path

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

/PHP-7.0/ext/hash/
H A Dhash.c112 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()
150 context = emalloc(ops->context_size); in php_hash_do_hash()
269 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()
361 context = emalloc(ops->context_size); in PHP_FUNCTION()
572 context = emalloc(hash->ops->context_size); in PHP_FUNCTION()
645 context = emalloc(ops->context_size); in PHP_FUNCTION()
970 context = emalloc(ops->context_size); in PHP_FUNCTION()
H A Dphp_hash.h52 int context_size; member
/PHP-7.0/ext/session/
H A Dsession.c349 hash_context = emalloc(PS(hash_ops)->context_size); in php_session_create_id()

Completed in 13 milliseconds