orig_context 108 ext/hash/hash.c PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ orig_context 112 ext/hash/hash.c memcpy(dest_context, orig_context, hash_ops->context_size); orig_context 59 ext/hash/hash_adler32.c PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context) orig_context 61 ext/hash/hash_adler32.c copy_context->state = orig_context->state; orig_context 69 ext/hash/hash_crc32.c PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context) orig_context 71 ext/hash/hash_crc32.c copy_context->state = orig_context->state; orig_context 42 ext/hash/php_hash.h typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context); orig_context 144 ext/hash/php_hash.h PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context); orig_context 33 ext/hash/php_hash_adler32.h PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER32_CTX *copy_context); orig_context 34 ext/hash/php_hash_crc32.h PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX *copy_context); orig_context 3161 ext/soap/php_sdl.c zval *tmp, *proxy_host, *proxy_port, orig_context, new_context; orig_context 3168 ext/soap/php_sdl.c ZVAL_UNDEF(&orig_context); orig_context 3298 ext/soap/php_sdl.c php_libxml_switch_context(&new_context, &orig_context); orig_context 3311 ext/soap/php_sdl.c php_libxml_switch_context(&orig_context, NULL);