Home
last modified time | relevance | path

Searched refs:copy_context (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/hash/
H A Dhash_adler32.c57 …_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context) in PHP_ADLER32Copy() argument
59 copy_context->state = orig_context->state; in PHP_ADLER32Copy()
H A Dphp_hash_adler32.h31 …ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context);
H A Dhash_crc32.c76 …nt PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context) in PHP_CRC32Copy() argument
78 copy_context->state = orig_context->state; in PHP_CRC32Copy()
H A Dphp_hash_crc32.h34 …t PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context);

Completed in 19 milliseconds