Lines Matching refs:opened_path

187 …p_stream_fopen_temporary_file(const char *dir, const char *pfx, char **opened_path STREAMS_DC TSRM…  in _php_stream_fopen_temporary_file()
189 int fd = php_open_temporary_fd(dir, pfx, opened_path TSRMLS_CC); in _php_stream_fopen_temporary_file()
207 char *opened_path = NULL; in _php_stream_fopen_tmpfile() local
208 int fd = php_open_temporary_fd(NULL, "php", &opened_path TSRMLS_CC); in _php_stream_fopen_tmpfile()
215 stream->orig_path = estrdup(opened_path); in _php_stream_fopen_tmpfile()
217 self->temp_file_name = opened_path; in _php_stream_fopen_tmpfile()
886 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_dir_opener() argument
893 …rapper.wops->dir_opener(&php_glob_stream_wrapper, path, mode, options, opened_path, context STREAM… in php_plain_files_dir_opener()
924 PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, char **opened_path, in… in _php_stream_fopen() argument
952 if (opened_path) { in _php_stream_fopen()
953 *opened_path = realpath; in _php_stream_fopen()
978 if (opened_path) { in _php_stream_fopen()
979 *opened_path = realpath; in _php_stream_fopen()
1000 if (opened_path) { in _php_stream_fopen()
1001 efree(*opened_path); in _php_stream_fopen()
1002 *opened_path = NULL; in _php_stream_fopen()
1024 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in php_plain_files_stream_opener() argument
1030 return php_stream_fopen_rel(path, mode, opened_path, options); in php_plain_files_stream_opener()
1389 …_stream_fopen_with_path(char *filename, char *mode, char *path, char **opened_path, int options ST… in _php_stream_fopen_with_path() argument
1400 if (opened_path) { in _php_stream_fopen_with_path()
1401 *opened_path = NULL; in _php_stream_fopen_with_path()
1426 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1438 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1459 return php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()
1464 return php_stream_fopen_rel(filename, mode, opened_path, options); in _php_stream_fopen_with_path()
1511 stream = php_stream_fopen_rel(trypath, mode, opened_path, options); in _php_stream_fopen_with_path()