php_plain_files_wrapper 3656 ext/standard/basic_functions.c 	php_register_url_stream_wrapper("file", &php_plain_files_wrapper TSRMLS_CC);
php_plain_files_wrapper  436 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  573 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  681 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  753 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  867 ext/standard/filestat.c 	if ((wrapper = php_stream_locate_url_wrapper(filename, &local, 0 TSRMLS_CC)) == &php_plain_files_wrapper && php_check_open_basedir(local TSRMLS_CC)) {
php_plain_files_wrapper  872 ext/standard/filestat.c 		if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper  953 ext/standard/filestat.c 		if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper   31 ext/standard/php_fopen_wrappers.h extern php_stream_wrapper php_plain_files_wrapper;
php_plain_files_wrapper  489 main/fopen_wrappers.c 		if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper  549 main/fopen_wrappers.c 			} else if (wrapper != &php_plain_files_wrapper) {
php_plain_files_wrapper  585 main/fopen_wrappers.c 				} else if (wrapper != &php_plain_files_wrapper) {
php_plain_files_wrapper   25 main/streams/php_stream_plain_wrapper.h PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
php_plain_files_wrapper  203 main/streams/plain_wrapper.c 			stream->wrapper = &php_plain_files_wrapper;
php_plain_files_wrapper 1376 main/streams/plain_wrapper.c php_stream_wrapper php_plain_files_wrapper = {
php_plain_files_wrapper  219 main/streams/streams.c 			if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper  761 main/streams/streams.c 		if (stream->wrapper != &php_plain_files_wrapper) {
php_plain_files_wrapper 1769 main/streams/streams.c 		return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
php_plain_files_wrapper 1808 main/streams/streams.c 		php_stream_wrapper *plain_files_wrapper = &php_plain_files_wrapper;