Home
last modified time | relevance | path

Searched refs:orig_context (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/hash/
H A Dhash_adler32.c55 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy() argument
57 copy_context->state = orig_context->state; in PHP_ADLER32Copy()
H A Dphp_hash_adler32.h30 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3…
H A Dphp_hash_crc32.h33 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX …
H A Dhash_crc32.c87 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy() argument
89 copy_context->state = orig_context->state; in PHP_CRC32Copy()
H A Dphp_hash.h37 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
143 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dhash.c117 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy() argument
121 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()
/PHP-8.0/ext/soap/
H A Dphp_sdl.c3169 zval *tmp, *proxy_host, *proxy_port, orig_context, new_context; in get_sdl() local
3176 ZVAL_UNDEF(&orig_context); in get_sdl()
3313 php_libxml_switch_context(&new_context, &orig_context); in get_sdl()
3326 php_libxml_switch_context(&orig_context, NULL); in get_sdl()

Completed in 54 milliseconds