Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dstreams.c1981 const char *path_to_open = path; local
2001 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, 0);
2003 ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);
2034 const char *path_to_open; local
2040 path_to_open = path;
2042 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
2046 path_to_open, "r", options ^ REPORT_ERRORS, NULL,
2083 const char *path_to_open; local
2110 path_to_open = path;
2112 wrapper = php_stream_locate_url_wrapper(path, &path_to_open, options);
[all …]
/PHP-7.4/ext/libxml/
H A Dlibxml.c301 const char *path_to_open = NULL; in php_libxml_streams_IO_open_wrapper() local
349 wrapper = php_stream_locate_url_wrapper(resolved_path, &path_to_open, 0); in php_libxml_streams_IO_open_wrapper()
351 …if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1)… in php_libxml_streams_IO_open_wrapper()
361 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 11 milliseconds