Searched defs:orig_context (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/hash/ |
H A D | hash_adler32.c | 57 PHP_HASH_API int PHP_ADLER32Copy(const php_hash_ops *ops, PHP_ADLER32_CTX *orig_context, PHP_ADLER3… in PHP_ADLER32Copy()
|
H A D | hash_crc32.c | 67 PHP_HASH_API int PHP_CRC32Copy(const php_hash_ops *ops, PHP_CRC32_CTX *orig_context, PHP_CRC32_CTX … in PHP_CRC32Copy()
|
H A D | hash_sha3.c | 239 static int hash_sha3_copy(const void *ops, void *orig_context, void *dest_context) in hash_sha3_copy()
|
H A D | hash.c | 104 PHP_HASH_API int php_hash_copy(const void *ops, void *orig_context, void *dest_context) /* {{{ */ in php_hash_copy()
|
/PHP-7.3/ext/soap/ |
H A D | php_sdl.c | 3162 zval *tmp, *proxy_host, *proxy_port, orig_context, new_context; in get_sdl() local
|
Completed in 21 milliseconds