Home
last modified time | relevance | path

Searched refs:ctx1 (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_crypt_r.c128 HCRYPTHASH ctx, ctx1; in php_md5_crypt_r() local
270 if(!(CryptDestroyHash(ctx1))) { in php_md5_crypt_r()
275 ctx1 = (HCRYPTHASH) NULL; in php_md5_crypt_r()
292 if (ctx1) { in php_md5_crypt_r()
293 if (!CryptDestroyHash(ctx1)) { in php_md5_crypt_r()
322 PHP_MD5_CTX ctx, ctx1; in php_md5_crypt_r() local
353 PHP_MD5Init(&ctx1); in php_md5_crypt_r()
357 PHP_MD5Final(final, &ctx1); in php_md5_crypt_r()
385 PHP_MD5Init(&ctx1); in php_md5_crypt_r()
390 PHP_MD5Update(&ctx1, final, 16); in php_md5_crypt_r()
[all …]
/PHP-7.4/ext/libxml/tests/
H A Dbug54440.phpt27 $ctx1 = stream_context_create(array('test'=>array('test'=>'test 1')));
30 stream_context_set_default(stream_context_get_options($ctx1));

Completed in 6 milliseconds