Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_adler32.c59 …_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context) in PHP_ADLER32Copy() argument
61 copy_context->state = orig_context->state; in PHP_ADLER32Copy()
H A Dhash_crc32.c69 …nt PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context) in PHP_CRC32Copy() argument
71 copy_context->state = orig_context->state; in PHP_CRC32Copy()
H A Dphp_hash_adler32.h33 …ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context);
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 14 milliseconds