opened_path        51 Zend/zend.c    ZEND_API FILE *(*zend_fopen)(const char *filename, zend_string **opened_path);
opened_path       380 Zend/zend.c    static FILE *zend_fopen_wrapper(const char *filename, zend_string **opened_path) /* {{{ */
opened_path       382 Zend/zend.c    	if (opened_path) {
opened_path       383 Zend/zend.c    		*opened_path = zend_string_init(filename, strlen(filename), 0);
opened_path      1422 Zend/zend.c    		if (file_handle->opened_path) {
opened_path      1423 Zend/zend.c    			zend_hash_add_empty_element(&EG(included_files), file_handle->opened_path);
opened_path       199 Zend/zend.h    	FILE *(*fopen_function)(const char *filename, zend_string **opened_path);
opened_path       277 Zend/zend.h    extern ZEND_API FILE *(*zend_fopen)(const char *filename, zend_string **opened_path);
opened_path        49 Zend/zend_dtrace.c 	DTRACE_COMPILE_FILE_ENTRY(ZSTR_VAL(file_handle->opened_path), (char *)file_handle->filename);
opened_path        51 Zend/zend_dtrace.c 	DTRACE_COMPILE_FILE_RETURN(ZSTR_VAL(file_handle->opened_path), (char *)file_handle->filename);
opened_path       280 Zend/zend_language_scanner.c 	file_handle->opened_path = NULL;
opened_path       551 Zend/zend_language_scanner.c 	if (file_handle->opened_path) {
opened_path       552 Zend/zend_language_scanner.c 		compiled_filename = zend_string_copy(file_handle->opened_path);
opened_path       635 Zend/zend_language_scanner.c 	zend_string *opened_path = NULL;
opened_path       646 Zend/zend_language_scanner.c 	file_handle.opened_path = NULL;
opened_path       651 Zend/zend_language_scanner.c 		if (!file_handle.opened_path) {
opened_path       652 Zend/zend_language_scanner.c 			file_handle.opened_path = opened_path = zend_string_copy(Z_STR_P(filename));
opened_path       655 Zend/zend_language_scanner.c 		zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path);
opened_path       657 Zend/zend_language_scanner.c 		if (opened_path) {
opened_path       658 Zend/zend_language_scanner.c 			zend_string_release(opened_path);
opened_path       805 Zend/zend_language_scanner.c 	file_handle.opened_path = NULL;
opened_path       134 Zend/zend_stream.c 	handle->opened_path = NULL;
opened_path       135 Zend/zend_stream.c 	handle->handle.fp = zend_fopen(filename, &handle->opened_path);
opened_path       324 Zend/zend_stream.c 	if (fh->opened_path) {
opened_path       325 Zend/zend_stream.c 		zend_string_release(fh->opened_path);
opened_path       326 Zend/zend_stream.c 		fh->opened_path = NULL;
opened_path        72 Zend/zend_stream.h 	zend_string       *opened_path;
opened_path      5430 Zend/zend_vm_def.h 						if (!file_handle.opened_path) {
opened_path      5431 Zend/zend_vm_def.h 							file_handle.opened_path = zend_string_copy(resolved_path);
opened_path      5434 Zend/zend_vm_def.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
opened_path      3621 Zend/zend_vm_execute.h 						if (!file_handle.opened_path) {
opened_path      3622 Zend/zend_vm_execute.h 							file_handle.opened_path = zend_string_copy(resolved_path);
opened_path      3625 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
opened_path      29192 Zend/zend_vm_execute.h 						if (!file_handle.opened_path) {
opened_path      29193 Zend/zend_vm_execute.h 							file_handle.opened_path = zend_string_copy(resolved_path);
opened_path      29196 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
opened_path      40674 Zend/zend_vm_execute.h 						if (!file_handle.opened_path) {
opened_path      40675 Zend/zend_vm_execute.h 							file_handle.opened_path = zend_string_copy(resolved_path);
opened_path      40678 Zend/zend_vm_execute.h 						if (zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path)) {
opened_path       241 ext/bz2/bz2.c  											zend_string **opened_path,
opened_path       271 ext/bz2/bz2.c  	if (opened_path && bz_file) {
opened_path       272 ext/bz2/bz2.c  		*opened_path = zend_string_init(path_copy, strlen(path_copy), 0);
opened_path       281 ext/bz2/bz2.c  		stream = php_stream_open_wrapper(path, mode, options | STREAM_WILL_CAST, opened_path);
opened_path       293 ext/bz2/bz2.c  		if (opened_path && !bz_file && mode[0] == 'w') {
opened_path       294 ext/bz2/bz2.c  			VCWD_UNLINK(ZSTR_VAL(*opened_path));
opened_path        53 ext/bz2/php_bz2.h PHP_BZ2_API php_stream *_php_stream_bz2open(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path        57 ext/bz2/php_bz2.h #define php_stream_bz2open(wrapper, path, mode, options, opened_path)	_php_stream_bz2open((wrapper), (path), (mode), (options), (opened_path), NULL STREAMS_CC)
opened_path       645 ext/dba/dba.c  	zend_string *opened_path = NULL;
opened_path       865 ext/dba/dba.c  				info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|IGNORE_PATH|persistent_flag, &opened_path);
opened_path       871 ext/dba/dba.c  				if (opened_path) {
opened_path       872 ext/dba/dba.c  					info->lock.name = pestrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path), persistent);
opened_path       873 ext/dba/dba.c  					zend_string_release(opened_path);
opened_path       878 ext/dba/dba.c  			info->lock.fp = php_stream_open_wrapper(lock_name, lock_file_mode, STREAM_MUST_SEEK|REPORT_ERRORS|IGNORE_PATH|persistent_flag, &opened_path);
opened_path       883 ext/dba/dba.c  					info->path = pestrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path), persistent);
opened_path       886 ext/dba/dba.c  				info->lock.name = pestrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path), persistent);
opened_path       887 ext/dba/dba.c  				zend_string_release(opened_path);
opened_path       716 ext/opcache/ZendAccelerator.c 	if (!file_handle->opened_path) {
opened_path       735 ext/opcache/ZendAccelerator.c 	if (file_handle->opened_path && GetFileAttributesEx(file_handle->opened_path->val, GetFileExInfoStandard, &fdata) != 0) {
opened_path       797 ext/opcache/ZendAccelerator.c 			if (file_handle->opened_path) {
opened_path       798 ext/opcache/ZendAccelerator.c 				char *file_path = ZSTR_VAL(file_handle->opened_path);
opened_path       861 ext/opcache/ZendAccelerator.c 	if (file_handle->opened_path) {
opened_path       862 ext/opcache/ZendAccelerator.c 		if (persistent_script->full_path != file_handle->opened_path &&
opened_path       863 ext/opcache/ZendAccelerator.c 		    (ZSTR_LEN(persistent_script->full_path) != ZSTR_LEN(file_handle->opened_path) ||
opened_path       864 ext/opcache/ZendAccelerator.c 		     memcmp(ZSTR_VAL(persistent_script->full_path), ZSTR_VAL(file_handle->opened_path), ZSTR_LEN(file_handle->opened_path)) != 0)) {
opened_path       876 ext/opcache/ZendAccelerator.c 		file_handle->opened_path = full_path_ptr;
opened_path       882 ext/opcache/ZendAccelerator.c 			file_handle->opened_path = NULL;
opened_path       890 ext/opcache/ZendAccelerator.c 			file_handle->opened_path = NULL;
opened_path       896 ext/opcache/ZendAccelerator.c 		file_handle->opened_path = NULL;
opened_path       901 ext/opcache/ZendAccelerator.c 	ps_handle.opened_path = persistent_script->full_path;
opened_path      1109 ext/opcache/ZendAccelerator.c 		file_handle.opened_path = realpath;
opened_path      1432 ext/opcache/ZendAccelerator.c 	if (file_handle->opened_path && zend_accel_blacklist_is_blacklisted(&accel_blacklist, ZSTR_VAL(file_handle->opened_path))) {
opened_path      1538 ext/opcache/ZendAccelerator.c 	if (file_handle->opened_path) {
opened_path      1539 ext/opcache/ZendAccelerator.c 		new_persistent_script->full_path = zend_string_copy(file_handle->opened_path);
opened_path      1561 ext/opcache/ZendAccelerator.c 	if (!file_handle->opened_path) {
opened_path      1689 ext/opcache/ZendAccelerator.c 			if (file_handle->opened_path) {
opened_path      1690 ext/opcache/ZendAccelerator.c 				bucket = zend_accel_hash_find_entry(&ZCSG(hash), file_handle->opened_path);
opened_path      1890 ext/opcache/ZendAccelerator.c 			handle->opened_path = zend_string_copy(ZCG(cache_persistent_script)->full_path);
opened_path       800 ext/opcache/zend_accelerator_module.c 	handle.opened_path = NULL;
opened_path      1209 ext/opcache/zend_file_cache.c 	zend_string *full_path = file_handle->opened_path;
opened_path       304 ext/phar/dirstream.c php_stream *phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
opened_path        36 ext/phar/dirstream.h php_stream* phar_wrapper_open_dir(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path      3294 ext/phar/phar.c 					if (file_handle->opened_path) {
opened_path      3295 ext/phar/phar.c 						efree(file_handle->opened_path);
opened_path      3297 ext/phar/phar.c 					file_handle->opened_path = f.opened_path;
opened_path       236 ext/phar/phar_object.c 			file_handle.opened_path = NULL;
opened_path       158 ext/phar/stream.c static php_stream * phar_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
opened_path       234 ext/phar/stream.c 		if (opened_path) {
opened_path       235 ext/phar/stream.c 			*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->filename);
opened_path       252 ext/phar/stream.c 				if (opened_path) {
opened_path       253 ext/phar/stream.c 					*opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname);
opened_path       278 ext/phar/stream.c 				if (opened_path) {
opened_path       279 ext/phar/stream.c 					*opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname);
opened_path       335 ext/phar/stream.c 	if (opened_path) {
opened_path       336 ext/phar/stream.c 		*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->filename);
opened_path        27 ext/phar/stream.h static php_stream* phar_wrapper_open_url(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path       597 ext/readline/readline_cli.c 		prepend_file.opened_path = NULL;
opened_path       274 ext/spl/php_spl.c 		zend_string *opened_path;
opened_path       275 ext/spl/php_spl.c 		if (!file_handle.opened_path) {
opened_path       276 ext/spl/php_spl.c 			file_handle.opened_path = zend_string_init(class_file, class_file_len, 0);
opened_path       278 ext/spl/php_spl.c 		opened_path = zend_string_copy(file_handle.opened_path);
opened_path       280 ext/spl/php_spl.c 		if (zend_hash_add(&EG(included_files), opened_path, &dummy)) {
opened_path       287 ext/spl/php_spl.c 		zend_string_release(opened_path);
opened_path      5178 ext/standard/basic_functions.c 	file_handle.opened_path = NULL;
opened_path       236 ext/standard/browscap.c 	fh.opened_path = NULL;
opened_path       801 ext/standard/file.c 	zend_string *opened_path;
opened_path       820 ext/standard/file.c 	if ((fd = php_open_temporary_fd_ex(dir, ZSTR_VAL(p), &opened_path, 1)) >= 0) {
opened_path       822 ext/standard/file.c 		RETVAL_STR(opened_path);
opened_path       134 ext/standard/ftp_fopen_wrapper.c 										 zend_string **opened_path, php_stream_context *context, php_stream **preuseid,
opened_path       415 ext/standard/ftp_fopen_wrapper.c 									 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path       458 ext/standard/ftp_fopen_wrapper.c 			return php_stream_url_wrap_http(wrapper, path, mode, options, opened_path, context STREAMS_CC);
opened_path       466 ext/standard/ftp_fopen_wrapper.c 	stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &resource, &use_ssl, &use_ssl_on_data);
opened_path       687 ext/standard/ftp_fopen_wrapper.c 									zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path       699 ext/standard/ftp_fopen_wrapper.c 	stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &resource, &use_ssl, &use_ssl_on_data);
opened_path       113 ext/standard/http_fopen_wrapper.c 		const char *path, const char *mode, int options, zend_string **opened_path,
opened_path       890 ext/standard/http_fopen_wrapper.c 			stream = php_stream_url_wrap_http_ex(wrapper, new_path, mode, options, opened_path, context, --redirect_max, HTTP_WRAPPER_REDIRECTED STREAMS_CC);
opened_path       947 ext/standard/http_fopen_wrapper.c php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
opened_path       949 ext/standard/http_fopen_wrapper.c 	return php_stream_url_wrap_http_ex(wrapper, path, mode, options, opened_path, context, PHP_URL_REDIRECT_MAX, HTTP_WRAPPER_HEADER_INIT STREAMS_CC);
opened_path       175 ext/standard/php_fopen_wrapper.c 									 zend_string **opened_path, php_stream_context *context STREAMS_DC) /* {{{ */
opened_path       361 ext/standard/php_fopen_wrapper.c 		if (!(stream = php_stream_open_wrapper(p + 10, mode, options, opened_path))) {
opened_path        26 ext/standard/php_fopen_wrappers.h php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path        27 ext/standard/php_fopen_wrappers.h php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path        92 ext/zip/php_zip.h php_stream *php_stream_zip_opener(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path       264 ext/zip/zip_stream.c 											zend_string **opened_path,
opened_path       323 ext/zip/zip_stream.c 			if (opened_path) {
opened_path       324 ext/zip/zip_stream.c 				*opened_path = zend_string_init(path, strlen(path), 0);
opened_path        68 ext/zlib/php_zlib.h php_stream *php_stream_gzopen(php_stream_wrapper *wrapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path       114 ext/zlib/zlib_fopen_wrapper.c 							  zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path       133 ext/zlib/zlib_fopen_wrapper.c 	innerstream = php_stream_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context);
opened_path       333 main/fopen_wrappers.c static FILE *php_fopen_and_set_opened_path(const char *path, const char *mode, zend_string **opened_path)
opened_path       341 main/fopen_wrappers.c 	if (fp && opened_path) {
opened_path       345 main/fopen_wrappers.c 			*opened_path = zend_string_init(tmp, strlen(tmp), 0);
opened_path       618 main/fopen_wrappers.c PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_string **opened_path)
opened_path       626 main/fopen_wrappers.c 	if (opened_path) {
opened_path       627 main/fopen_wrappers.c 		*opened_path = NULL;
opened_path       645 main/fopen_wrappers.c 		return php_fopen_and_set_opened_path(filename, mode, opened_path);
opened_path       685 main/fopen_wrappers.c 		fp = php_fopen_and_set_opened_path(trypath, mode, opened_path);
opened_path        51 main/fopen_wrappers.h PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, zend_string **opened_path);
opened_path      1310 main/main.c    static FILE *php_fopen_wrapper_for_zend(const char *filename, zend_string **opened_path)
opened_path      1312 main/main.c    	return php_stream_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE, opened_path);
opened_path      1349 main/main.c    	php_stream *stream = php_stream_open_wrapper((char *)filename, "rb", mode, &handle->opened_path);
opened_path      2438 main/main.c     			primary_file->opened_path == NULL &&
opened_path      2442 main/main.c    				primary_file->opened_path = zend_string_init(realfile, strlen(realfile), 0);
opened_path      2443 main/main.c    				zend_hash_add_empty_element(&EG(included_files), primary_file->opened_path);
opened_path      2449 main/main.c    			prepend_file.opened_path = NULL;
opened_path      2459 main/main.c    			append_file.opened_path = NULL;
opened_path       388 main/php_ini.c 	zend_string *opened_path = NULL;
opened_path       566 main/php_ini.c 			fh.handle.fp = php_fopen_with_path(ini_fname, "r", php_ini_search_path, &opened_path);
opened_path       569 main/php_ini.c 				fh.filename = ZSTR_VAL(opened_path);
opened_path       575 main/php_ini.c 			fh.handle.fp = php_fopen_with_path("php.ini", "r", php_ini_search_path, &opened_path);
opened_path       577 main/php_ini.c 				fh.filename = ZSTR_VAL(opened_path);
opened_path       599 main/php_ini.c 			if (opened_path) {
opened_path       600 main/php_ini.c 				zend_string_release(opened_path);
opened_path       100 main/php_open_temporary_file.c 	char opened_path[MAXPATHLEN];
opened_path       141 main/php_open_temporary_file.c 	if (snprintf(opened_path, MAXPATHLEN, "%s%s%sXXXXXX", new_state.cwd, trailing_slash, pfx) >= MAXPATHLEN) {
opened_path       148 main/php_open_temporary_file.c 	if (GetTempFileName(new_state.cwd, pfx, 0, opened_path)) {
opened_path       151 main/php_open_temporary_file.c 		if (VCWD_CHMOD(opened_path, 0600)) {
opened_path       155 main/php_open_temporary_file.c 		fd = VCWD_OPEN_MODE(opened_path, open_flags, 0600);
opened_path       159 main/php_open_temporary_file.c 	fd = mkstemp(opened_path);
opened_path       161 main/php_open_temporary_file.c 	if (mktemp(opened_path)) {
opened_path       162 main/php_open_temporary_file.c 		fd = VCWD_OPEN(opened_path, open_flags);
opened_path       167 main/php_open_temporary_file.c 		*opened_path_p = zend_string_init(opened_path, strlen(opened_path), 0);
opened_path        79 main/php_streams.h #define php_stream_fopen_temporary_file_rel(dir, pfx, opened_path)	_php_stream_fopen_temporary_file((dir), (pfx), (opened_path) STREAMS_REL_CC)
opened_path       137 main/php_streams.h 			int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path       146 main/php_streams.h 			int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path       564 main/php_streams.h PHPAPI php_stream *_php_stream_open_wrapper_ex(const char *path, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path       345 main/streams/cast.c PHPAPI FILE * _php_stream_open_wrapper_as_file(char *path, char *mode, int options, zend_string **opened_path STREAMS_DC)
opened_path       350 main/streams/cast.c 	stream = php_stream_open_wrapper_rel(path, mode, options|STREAM_WILL_CAST, opened_path);
opened_path       358 main/streams/cast.c 		if (opened_path && *opened_path) {
opened_path       359 main/streams/cast.c 			zend_string_release(*opened_path);
opened_path       210 main/streams/glob_wrapper.c 		int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path       222 main/streams/glob_wrapper.c 		if (opened_path) {
opened_path       223 main/streams/glob_wrapper.c 			*opened_path = zend_string_init(path, strlen(path), 0);
opened_path       622 main/streams/memory.c 												const char *mode, int options, zend_string **opened_path,
opened_path        30 main/streams/php_stream_plain_wrapper.h PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_path, int options STREAMS_DC);
opened_path        33 main/streams/php_stream_plain_wrapper.h PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *path, zend_string **opened_path, int options STREAMS_DC);
opened_path        48 main/streams/php_stream_plain_wrapper.h PHPAPI php_stream *_php_stream_fopen_temporary_file(const char *dir, const char *pfx, zend_string **opened_path STREAMS_DC);
opened_path        49 main/streams/php_stream_plain_wrapper.h #define php_stream_fopen_temporary_file(dir, pfx, opened_path)	_php_stream_fopen_temporary_file((dir), (pfx), (opened_path) STREAMS_CC)
opened_path        54 main/streams/php_stream_plain_wrapper.h PHPAPI FILE * _php_stream_open_wrapper_as_file(char * path, char * mode, int options, zend_string **opened_path STREAMS_DC);
opened_path        55 main/streams/php_stream_plain_wrapper.h #define php_stream_open_wrapper_as_file(path, mode, options, opened_path) _php_stream_open_wrapper_as_file((path), (mode), (options), (opened_path) STREAMS_CC)
opened_path       202 main/streams/plain_wrapper.c 	zend_string *opened_path = NULL;
opened_path       205 main/streams/plain_wrapper.c 	fd = php_open_temporary_fd(dir, pfx, &opened_path);
opened_path       210 main/streams/plain_wrapper.c 			*opened_path_ptr = opened_path;
opened_path       217 main/streams/plain_wrapper.c 			stream->orig_path = estrndup(ZSTR_VAL(opened_path), ZSTR_LEN(opened_path));
opened_path       219 main/streams/plain_wrapper.c 			self->temp_name = opened_path;
opened_path       913 main/streams/plain_wrapper.c 		int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path       920 main/streams/plain_wrapper.c 		return php_glob_stream_wrapper.wops->dir_opener(&php_glob_stream_wrapper, path, mode, options, opened_path, context STREAMS_REL_CC);
opened_path       951 main/streams/plain_wrapper.c PHPAPI php_stream *_php_stream_fopen(const char *filename, const char *mode, zend_string **opened_path, int options STREAMS_DC)
opened_path       979 main/streams/plain_wrapper.c 				if (opened_path) {
opened_path       981 main/streams/plain_wrapper.c 					*opened_path = zend_string_init(realpath, strlen(realpath), 0);
opened_path      1002 main/streams/plain_wrapper.c 			if (opened_path) {
opened_path      1003 main/streams/plain_wrapper.c 				*opened_path = zend_string_init(realpath, strlen(realpath), 0);
opened_path      1020 main/streams/plain_wrapper.c 					if (opened_path) {
opened_path      1021 main/streams/plain_wrapper.c 						zend_string_release(*opened_path);
opened_path      1022 main/streams/plain_wrapper.c 						*opened_path = NULL;
opened_path      1048 main/streams/plain_wrapper.c 		int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path      1054 main/streams/plain_wrapper.c 	return php_stream_fopen_rel(path, mode, opened_path, options);
opened_path      1411 main/streams/plain_wrapper.c PHPAPI php_stream *_php_stream_fopen_with_path(const char *filename, const char *mode, const char *path, zend_string **opened_path, int options STREAMS_DC)
opened_path      1421 main/streams/plain_wrapper.c 	if (opened_path) {
opened_path      1422 main/streams/plain_wrapper.c 		*opened_path = NULL;
opened_path      1450 main/streams/plain_wrapper.c 		return php_stream_fopen_rel(filename, mode, opened_path, options);
opened_path      1462 main/streams/plain_wrapper.c 		return php_stream_fopen_rel(filename, mode, opened_path, options);
opened_path      1483 main/streams/plain_wrapper.c 		return php_stream_fopen_rel(trypath, mode, opened_path, options);
opened_path      1488 main/streams/plain_wrapper.c 		return php_stream_fopen_rel(filename, mode, opened_path, options);
opened_path      1536 main/streams/plain_wrapper.c 		stream = php_stream_fopen_rel(trypath, mode, opened_path, options);
opened_path      2016 main/streams/streams.c 		zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path      2025 main/streams/streams.c 	if (opened_path) {
opened_path      2026 main/streams/streams.c 		*opened_path = NULL;
opened_path      2062 main/streams/streams.c 				opened_path, context STREAMS_REL_CC);
opened_path      2080 main/streams/streams.c 		if (opened_path && !*opened_path && resolved_path) {
opened_path      2081 main/streams/streams.c 			*opened_path = resolved_path;
opened_path      2141 main/streams/streams.c 		if (opened_path && *opened_path) {
opened_path      2142 main/streams/streams.c 			zend_string_release(*opened_path);
opened_path      2143 main/streams/streams.c 			*opened_path = NULL;
opened_path        48 main/streams/userspace.c static php_stream *user_wrapper_opener(php_stream_wrapper *wrapper, const char *filename, const char *mode, int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path        56 main/streams/userspace.c 		int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
opened_path       328 main/streams/userspace.c 									   int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path       387 main/streams/userspace.c 		if (Z_ISREF(args[3]) && Z_TYPE_P(Z_REFVAL(args[3])) == IS_STRING && opened_path) {
opened_path       388 main/streams/userspace.c 			*opened_path = zend_string_copy(Z_STR_P(Z_REFVAL(args[3])));
opened_path       418 main/streams/userspace.c 		int options, zend_string **opened_path, php_stream_context *context STREAMS_DC)
opened_path       675 sapi/apache2handler/sapi_apache2.c 		zfd.opened_path = NULL;
opened_path      2313 sapi/cgi/cgi_main.c 			file_handle.opened_path = NULL;
opened_path       619 sapi/cli/php_cli.c 	file_handle->opened_path = NULL;
opened_path       932 sapi/cli/php_cli.c 		file_handle.opened_path = NULL;
opened_path      1938 sapi/cli/php_cli_server.c 		zfd.opened_path = NULL;
opened_path      2062 sapi/cli/php_cli_server.c 	zfd.opened_path = NULL;
opened_path       528 sapi/litespeed/lsapi_main.c     file_handle->opened_path = NULL;
opened_path       543 sapi/litespeed/lsapi_main.c     file_handle->opened_path = NULL;
opened_path       871 sapi/litespeed/lsapi_main.c                             file_handle.opened_path = NULL;
opened_path       882 sapi/litespeed/lsapi_main.c                             file_handle.opened_path = NULL;
opened_path       239 sapi/phpdbg/phpdbg_list.c 	char *filename = (char *)(file->opened_path ? ZSTR_VAL(file->opened_path) : file->filename);
opened_path       262 sapi/phpdbg/phpdbg_list.c 	fake.opened_path = file->opened_path;
opened_path       289 sapi/phpdbg/phpdbg_list.c 	fake.opened_path = NULL;
opened_path       296 sapi/phpdbg/phpdbg_list.c 	char *filename = (char *)(file->opened_path ? ZSTR_VAL(file->opened_path) : file->filename);