Home
last modified time | relevance | path

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

/PHP-7.3/main/streams/
H A Dstreams.c1904 const char *path_to_open = path; local
1924 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, 0);
1926 ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);
1957 const char *path_to_open; local
1963 path_to_open = path;
1965 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
1969 path_to_open, "r", options ^ REPORT_ERRORS, NULL,
2006 const char *path_to_open; local
2030 path_to_open = path;
2032 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
[all …]
/PHP-7.3/ext/libxml/
H A Dlibxml.c304 const char *path_to_open = NULL; in php_libxml_streams_IO_open_wrapper() local
352 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); in php_libxml_streams_IO_open_wrapper()
354 …if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1)… in php_libxml_streams_IO_open_wrapper()
364 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 20 milliseconds