Home
last modified time | relevance | path

Searched refs:path_to_open (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/main/streams/
H A Dstreams.c1894 const char *path_to_open = path; local
1914 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, 0);
1916 ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);
1947 const char *path_to_open; local
1953 path_to_open = path;
1955 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
1959 path_to_open, "r", options ^ REPORT_ERRORS, NULL,
1996 const char *path_to_open; local
2020 path_to_open = path;
2022 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
[all …]
/PHP-7.2/ext/libxml/
H A Dlibxml.c306 const char *path_to_open = NULL; in php_libxml_streams_IO_open_wrapper() local
350 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); in php_libxml_streams_IO_open_wrapper()
352 …if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1)… in php_libxml_streams_IO_open_wrapper()
362 ret_val = php_stream_open_wrapper_ex(path_to_open, (char *)mode, REPORT_ERRORS, NULL, context); in php_libxml_streams_IO_open_wrapper()

Completed in 28 milliseconds