Lines Matching refs:outfile
282 ZEND_ARG_INFO(0, outfile)
291 ZEND_ARG_INFO(0, outfile)
4208 BIO * infile = NULL, * outfile = NULL; in PHP_FUNCTION() local
4238 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
4239 if (outfile == NULL) { 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()
4324 SMIME_write_PKCS7(outfile, p7, infile, flags); in PHP_FUNCTION()
4331 BIO_free(outfile); in PHP_FUNCTION()
4349 BIO * infile = NULL, * outfile = NULL; in PHP_FUNCTION() local
4398 outfile = BIO_new_file(outfilename, "w"); in PHP_FUNCTION()
4399 if (outfile == NULL) { in PHP_FUNCTION()
4422 BIO_printf(outfile, "%s: %s\n", strindex, Z_STRVAL_PP(hval)); in PHP_FUNCTION()
4424 BIO_printf(outfile, "%s\n", Z_STRVAL_PP(hval)); in PHP_FUNCTION()
4430 SMIME_write_PKCS7(outfile, p7, infile, flags); in PHP_FUNCTION()
4437 BIO_free(outfile); in PHP_FUNCTION()