Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_crypt_r.c129 HCRYPTHASH ctx, ctx1; in php_md5_crypt_r() local
273 if(!(CryptDestroyHash(ctx1))) { in php_md5_crypt_r()
278 ctx1 = (HCRYPTHASH) NULL; in php_md5_crypt_r()
295 if (ctx1) { in php_md5_crypt_r()
296 if (!CryptDestroyHash(ctx1)) { in php_md5_crypt_r()
325 PHP_MD5_CTX ctx, ctx1; in php_md5_crypt_r() local
357 PHP_MD5Init(&ctx1); in php_md5_crypt_r()
361 PHP_MD5Final(final, &ctx1); in php_md5_crypt_r()
389 PHP_MD5Init(&ctx1); in php_md5_crypt_r()
394 PHP_MD5Update(&ctx1, final, 16); in php_md5_crypt_r()
[all …]
/PHP-5.5/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 7 milliseconds