zcertval 2325 ext/openssl/openssl.c zval ** zcertval; zcertval 2335 ext/openssl/openssl.c while(zend_hash_get_current_data_ex(HASH_OF(*zcerts), (void**)&zcertval, &hpos) == SUCCESS) { zcertval 2337 ext/openssl/openssl.c cert = php_openssl_x509_from_zval(zcertval, 0, &certresource TSRMLS_CC); zcertval 4152 ext/openssl/openssl.c zval ** zcertval; zcertval 4188 ext/openssl/openssl.c while(zend_hash_get_current_data_ex(HASH_OF(*zrecipcerts), (void**)&zcertval, &hpos) == SUCCESS) { zcertval 4191 ext/openssl/openssl.c cert = php_openssl_x509_from_zval(zcertval, 0, &certresource TSRMLS_CC); zcertval 4245 ext/openssl/openssl.c while(zend_hash_get_current_data_ex(HASH_OF(zheaders), (void**)&zcertval, &hpos) == SUCCESS) { zcertval 4249 ext/openssl/openssl.c convert_to_string_ex(zcertval); zcertval 4252 ext/openssl/openssl.c BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(zcertval)); zcertval 4254 ext/openssl/openssl.c BIO_printf(outfile, "%s\n", Z_STRVAL_PP(zcertval));