Home
last modified time | relevance | path

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

/PHP-8.0/ext/hash/
H A Dhash_adler32.c55 …_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context) in PHP_ADLER32Copy() argument
57 copy_context->state = orig_context->state; in PHP_ADLER32Copy()
H A Dphp_hash_adler32.h30 …ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context);
H A Dphp_hash_crc32.h33 …t PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context);
H A Dhash_crc32.c87 …nt PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context) in PHP_CRC32Copy() argument
89 copy_context->state = orig_context->state; in PHP_CRC32Copy()

Completed in 8 milliseconds