Searched refs:copy_context (Results 1 – 4 of 4) sorted by relevance
59 …_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context) in PHP_ADLER32Copy() argument61 copy_context->state = orig_context->state; in PHP_ADLER32Copy()
69 …nt PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context) in PHP_CRC32Copy() argument71 copy_context->state = orig_context->state; in PHP_CRC32Copy()
33 …ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context);
34 …t PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context);
Completed in 8 milliseconds