url_stat          351 ext/libxml/libxml.c 	if (wrapper && read_only && wrapper->wops->url_stat) {
url_stat          352 ext/libxml/libxml.c 		if (wrapper->wops->url_stat(wrapper, path_to_open, PHP_STREAM_URL_STAT_QUIET, &ssbuf, NULL) == -1) {
url_stat          687 ext/opcache/ZendAccelerator.c 	if (!wrapper->wops || !wrapper->wops->url_stat) {
url_stat          695 ext/opcache/ZendAccelerator.c 		ret = wrapper->wops->url_stat(wrapper, (char*)filename, PHP_STREAM_URL_STAT_QUIET, &stream_statbuf, NULL);
url_stat          557 main/fopen_wrappers.c 				if (wrapper->wops->url_stat) {
url_stat          560 main/fopen_wrappers.c 					if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL)) {
url_stat          593 main/fopen_wrappers.c 					if (wrapper->wops->url_stat) {
url_stat          596 main/fopen_wrappers.c 						if (SUCCESS == wrapper->wops->url_stat(wrapper, trypath, 0, &ssb, NULL)) {
url_stat          143 main/php_streams.h 	int (*url_stat)(php_stream_wrapper *wrapper, const char *url, int flags, php_stream_statbuf *ssb, php_stream_context *context);
url_stat         1939 main/streams/streams.c 	if (wrapper && wrapper->wops->url_stat) {
url_stat         1940 main/streams/streams.c 		ret = wrapper->wops->url_stat(wrapper, path_to_open, flags, ssb, context);