Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_adler32.c59 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy() argument
61 copy_context->state = orig_context->state; in PHP_ADLER32Copy()
H A Dhash_crc32.c69 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy() argument
71 copy_context->state = orig_context->state; in PHP_CRC32Copy()
H A Dphp_hash_adler32.h33 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3…
H A Dphp_hash_crc32.h34 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX …
H A Dphp_hash.h36 typedef int (*php_hash_copy_func_t)(const void *ops, void *orig_context, void *dest_context);
134 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context);
H A Dhash.c115 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy() argument
119 memcpy(dest_context, orig_context, hash_ops->context_size); in php_hash_copy()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c3196 zval **tmp, **proxy_host, **proxy_port, *orig_context = NULL, *new_context = NULL; in get_sdl() local
3340 orig_context = php_libxml_switch_context(new_context TSRMLS_CC); in get_sdl()
3353 php_libxml_switch_context(orig_context TSRMLS_CC); in get_sdl()

Completed in 36 milliseconds