Lines Matching refs:outfilename
127 ZEND_ARG_INFO(0, outfilename)
192 ZEND_ARG_INFO(0, outfilename)
232 ZEND_ARG_INFO(0, outfilename)
301 ZEND_ARG_INFO(0, outfilename)
4220 char * outfilename = NULL; int outfilename_len; in PHP_FUNCTION() local
4225 &outfilename, &outfilename_len, &zrecipcerts, &zheaders, &flags, &cipherid) == FAILURE) in PHP_FUNCTION()
4229 …_open_base_dir_chk(infilename TSRMLS_CC) || php_openssl_open_base_dir_chk(outfilename TSRMLS_CC)) { in PHP_FUNCTION()
4238 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
4357 char * outfilename; int outfilename_len; in PHP_FUNCTION() local
4361 &infilename, &infilename_len, &outfilename, &outfilename_len, in PHP_FUNCTION()
4388 …_open_base_dir_chk(infilename TSRMLS_CC) || php_openssl_open_base_dir_chk(outfilename TSRMLS_CC)) { in PHP_FUNCTION()
4398 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
4400 php_error_docref(NULL TSRMLS_CC, E_WARNING, "error opening output file %s!", outfilename); in PHP_FUNCTION()
4462 char * outfilename; int outfilename_len; in PHP_FUNCTION() local
4465 &outfilename, &outfilename_len, &recipcert, &recipkey) == FAILURE) { in PHP_FUNCTION()
4483 …_open_base_dir_chk(infilename TSRMLS_CC) || php_openssl_open_base_dir_chk(outfilename TSRMLS_CC)) { in PHP_FUNCTION()
4491 out = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()