Lines Matching refs:opened_path

210 	zend_string *opened_path = NULL;  in _php_stream_fopen_temporary_file()  local
213 fd = php_open_temporary_fd(dir, pfx, &opened_path); in _php_stream_fopen_temporary_file()
218 *opened_path_ptr = opened_path; in _php_stream_fopen_temporary_file()
225 stream->orig_path = estrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path)); in _php_stream_fopen_temporary_file()
227 self->temp_name = opened_path; in _php_stream_fopen_temporary_file()
937 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_dir_opener() argument
944 …rapper.wops->dir_opener(&php_glob_stream_wrapper, path, mode, options, opened_path, context STREAM… in php_plain_files_dir_opener()
975 …php_stream_fopen(const char *filename, const char *mode, zend_string **opened_path, int options ST… in _php_stream_fopen() argument
1003 if (opened_path) { in _php_stream_fopen()
1005 *opened_path = zend_string_init(realpath, strlen(realpath), 0); in _php_stream_fopen()
1028 if (opened_path) { in _php_stream_fopen()
1029 *opened_path = zend_string_init(realpath, strlen(realpath), 0); in _php_stream_fopen()
1046 if (opened_path) { in _php_stream_fopen()
1047 zend_string_release(*opened_path); in _php_stream_fopen()
1048 *opened_path = NULL; in _php_stream_fopen()
1074 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_plain_files_stream_opener() argument
1080 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1454 …onst char *filename, const char *mode, const char *path, zend_string **opened_path, int options ST… in _php_stream_fopen_with_path() argument
1464 if (opened_path) { in _php_stream_fopen_with_path()
1465 *opened_path = NULL; in _php_stream_fopen_with_path()
1493 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1505 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1526 return php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()
1531 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1579 stream = php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()