Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/
H A Dgd_ctx.c99 fp = VCWD_FOPEN(file, "wb"); in _php_image_output_ctx()
H A Dgd.c2659 fp = VCWD_FOPEN(fn, "wb"); in _php_image_output()
4593 org = VCWD_FOPEN(fn_org, "rb"); in _php_image_convert()
4600 dest = VCWD_FOPEN(fn_dest, "wb"); in _php_image_convert()
/PHP-5.3/TSRM/
H A Dtsrm_virtual_cwd.h259 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode TSRMLS_CC) macro
291 #define VCWD_FOPEN(path, mode) fopen(path, mode) macro
/PHP-5.3/main/
H A Dphp_ini.c580 fh.handle.fp = VCWD_FOPEN(php_ini_file_name, "r"); in php_init_config()
679 if ((fh2.handle.fp = VCWD_FOPEN(ini_file, "r"))) { in php_init_config()
771 if ((fh.handle.fp = VCWD_FOPEN(ini_file, "r"))) { in php_parse_user_ini_file()
H A Dfopen_wrappers.c399 fp = VCWD_FOPEN(path, mode);
499 fp = VCWD_FOPEN(resolved_path, "rb");
/PHP-5.3/ext/standard/
H A Diptc.c205 if ((fp = VCWD_FOPEN(jpeg_file, "rb")) == 0) { in PHP_FUNCTION()
H A Dbrowscap.c264 fh.handle.fp = VCWD_FOPEN(filename, "r"); in browscap_read_file()
H A Dfilestat.c715 file = VCWD_FOPEN(filename, "w"); in PHP_FUNCTION()
/PHP-5.3/sapi/milter/
H A Dphp_milter.c136 if (!(file_handle.handle.fp = VCWD_FOPEN(filename, "rb"))) { in ZEND_DECLARE_MODULE_GLOBALS()
202 if (!(file_handle.handle.fp = VCWD_FOPEN(filename, "rb"))) { in mlfi_connect()
/PHP-5.3/ext/com_dotnet/
H A Dcom_extension.c273 if (!new_value || !new_value[0] || (typelib_file = VCWD_FOPEN(new_value, "r"))==NULL) { in PHP_INI_MH()
/PHP-5.3/sapi/litespeed/
H A Dlsapi_main.c755 file_handle.handle.fp = VCWD_FOPEN(*p, "rb"); in cli_main()
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c501 f = VCWD_FOPEN(intern->profiling, "w"); in php_xsl_apply_stylesheet()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c606 if (!(file_handle->handle.fp = VCWD_FOPEN(script_file, "rb"))) { in cli_seek_file_begin()

Completed in 70 milliseconds