Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c3641 zval ** zrecipcerts, * zheaders = NULL; in PHP_FUNCTION() local
3660 &outfilename, &outfilename_len, &zrecipcerts, &zheaders, &flags, &cipherid) == FAILURE) in PHP_FUNCTION()
3681 if (Z_TYPE_PP(zrecipcerts) == IS_ARRAY) { in PHP_FUNCTION()
3682 zend_hash_internal_pointer_reset_ex(HASH_OF(*zrecipcerts), &hpos); in PHP_FUNCTION()
3683 while(zend_hash_get_current_data_ex(HASH_OF(*zrecipcerts), (void**)&zcertval, &hpos) == SUCCESS) { in PHP_FUNCTION()
3701 zend_hash_move_forward_ex(HASH_OF(*zrecipcerts), &hpos); in PHP_FUNCTION()
3707 cert = php_openssl_x509_from_zval(zrecipcerts, 0, &certresource TSRMLS_CC); in PHP_FUNCTION()

Completed in 15 milliseconds