Home
last modified time | relevance | path

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

/PHP-5.3/ext/hash/
H A Dhash.c113 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()
146 context = emalloc(ops->context_size); in php_hash_do_hash()
224 context = emalloc(ops->context_size); in php_hash_do_hash_hmac()
338 context = emalloc(ops->context_size); in PHP_FUNCTION()
546 context = emalloc(hash->ops->context_size); in PHP_FUNCTION()
782 context = emalloc(ops->context_size); in PHP_FUNCTION()
H A Dphp_hash.h46 int context_size; member
/PHP-5.3/ext/session/
H A Dsession.c393 hash_context = emalloc(PS(hash_ops)->context_size); in php_session_create_id()

Completed in 15 milliseconds