Home
last modified time | relevance | path

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

/PHP-5.3/ext/openssl/
H A Dopenssl.c1795 zval ** zcertval; in STACK_OF() local
1805 while(zend_hash_get_current_data_ex(HASH_OF(*zcerts), (void**)&zcertval, &hpos) == SUCCESS) { in STACK_OF()
1807 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource TSRMLS_CC); in STACK_OF()
3488 zval ** zcertval; in PHP_FUNCTION() local
3531 while(zend_hash_get_current_data_ex(HASH_OF(*zrecipcerts), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION()
3534 cert = php_openssl_x509_from_zval(zcertval, 0, &certresource TSRMLS_CC); in PHP_FUNCTION()
3588 while(zend_hash_get_current_data_ex(HASH_OF(zheaders), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION()
3592 convert_to_string_ex(zcertval); in PHP_FUNCTION()
3595 BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(zcertval)); in PHP_FUNCTION()
3597 BIO_printf(outfile, "%s\n", Z_STRVAL_PP(zcertval)); in PHP_FUNCTION()

Completed in 21 milliseconds