Lines Matching refs:opened_path

208 	zend_string *opened_path = NULL;  in _php_stream_fopen_temporary_file()  local
211 fd = php_open_temporary_fd(dir, pfx, &opened_path); in _php_stream_fopen_temporary_file()
216 *opened_path_ptr = opened_path; in _php_stream_fopen_temporary_file()
223 stream->orig_path = estrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path)); in _php_stream_fopen_temporary_file()
225 self->temp_name = opened_path; in _php_stream_fopen_temporary_file()
931 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener() argument
938 …rapper.wops->dir_opener(&php_glob_stream_wrapper, path, mode, options, opened_path, context STREAM… in php_plain_files_dir_opener()
969 …php_stream_fopen(const char *filename, const char *mode, zend_string **opened_path, int options ST… in _php_stream_fopen() argument
997 if (opened_path) { in _php_stream_fopen()
999 *opened_path = zend_string_init(realpath, strlen(realpath), 0); in _php_stream_fopen()
1020 if (opened_path) { in _php_stream_fopen()
1021 *opened_path = zend_string_init(realpath, strlen(realpath), 0); in _php_stream_fopen()
1038 if (opened_path) { in _php_stream_fopen()
1039 zend_string_release(*opened_path); in _php_stream_fopen()
1040 *opened_path = NULL; in _php_stream_fopen()
1066 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener() argument
1072 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1429 …onst char *filename, const char *mode, const char *path, zend_string **opened_path, int options ST… in _php_stream_fopen_with_path() argument
1439 if (opened_path) { in _php_stream_fopen_with_path()
1440 *opened_path = NULL; in _php_stream_fopen_with_path()
1468 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1480 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1501 return php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()
1506 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1554 stream = php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()