Lines Matching refs:path_to_open
2121 const char *path_to_open = path; local
2125 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, 0);
2127 return wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);
2139 const char *path_to_open; local
2145 path_to_open = path;
2147 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
2151 path_to_open, "r", options & ~REPORT_ERRORS, NULL,
2188 const char *path_to_open; local
2226 path_to_open = path;
2228 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
2243 path_to_open, mode, options & ~REPORT_ERRORS,