Lines Matching refs:path_to_open
2085 const char *path_to_open = path; local
2089 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, 0);
2091 return wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);
2103 const char *path_to_open; local
2109 path_to_open = path;
2111 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
2115 path_to_open, "r", options & ~REPORT_ERRORS, NULL,
2152 const char *path_to_open; local
2190 path_to_open = path;
2192 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
2207 path_to_open, mode, options & ~REPORT_ERRORS,