Searched refs:zcertval (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/openssl/ |
H A D | openssl.c | 2345 zval ** zcertval; in STACK_OF() local 2355 while(zend_hash_get_current_data_ex(HASH_OF(*zcerts), (void**)&zcertval, &hpos) == SUCCESS) { in STACK_OF() 2357 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource TSRMLS_CC); in STACK_OF() 4212 zval ** zcertval; in PHP_FUNCTION() local 4248 while(zend_hash_get_current_data_ex(HASH_OF(*zrecipcerts), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION() 4251 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource TSRMLS_CC); in PHP_FUNCTION() 4305 while(zend_hash_get_current_data_ex(HASH_OF(zheaders), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION() 4309 convert_to_string_ex(zcertval); in PHP_FUNCTION() 4312 BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(zcertval)); in PHP_FUNCTION() 4314 BIO_printf(outfile, "%s\n", Z_STRVAL_PP(zcertval)); in PHP_FUNCTION()
|
Completed in 23 milliseconds