Lines Matching refs:infilename
307 ZEND_ARG_INFO(0, infilename)
4650 char * infilename = NULL; in PHP_FUNCTION() local
4657 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ppza!|ll", &infilename, &infilename_len, in PHP_FUNCTION()
4662 if (php_openssl_open_base_dir_chk(infilename) || php_openssl_open_base_dir_chk(outfilename)) { in PHP_FUNCTION()
4666 infile = BIO_new_file(infilename, "r"); in PHP_FUNCTION()
4777 char * infilename; in PHP_FUNCTION() local
4785 &infilename, &infilename_len, &outfilename, &outfilename_len, in PHP_FUNCTION()
4812 if (php_openssl_open_base_dir_chk(infilename) || php_openssl_open_base_dir_chk(outfilename)) { in PHP_FUNCTION()
4816 infile = BIO_new_file(infilename, "r"); in PHP_FUNCTION()
4818 php_error_docref(NULL, E_WARNING, "error opening input file %s!", infilename); in PHP_FUNCTION()
4880 char * infilename; in PHP_FUNCTION() local
4885 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ppz|z", &infilename, &infilename_len, in PHP_FUNCTION()
4904 if (php_openssl_open_base_dir_chk(infilename) || php_openssl_open_base_dir_chk(outfilename)) { in PHP_FUNCTION()
4908 in = BIO_new_file(infilename, "r"); in PHP_FUNCTION()