php_plain_files_wrapper 3666 ext/standard/basic_functions.c 	php_register_url_stream_wrapper("file", &php_plain_files_wrapper);
php_plain_files_wrapper  424 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  561 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  669 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  741 ext/standard/filestat.c 	if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) {
php_plain_files_wrapper  855 ext/standard/filestat.c 	if ((wrapper = php_stream_locate_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && php_check_open_basedir(local)) {
php_plain_files_wrapper  860 ext/standard/filestat.c 		if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper  941 ext/standard/filestat.c 		if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper   31 ext/standard/php_fopen_wrappers.h extern PHPAPI php_stream_wrapper php_plain_files_wrapper;
php_plain_files_wrapper  496 main/fopen_wrappers.c 		if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper  556 main/fopen_wrappers.c 			} else if (wrapper != &php_plain_files_wrapper) {
php_plain_files_wrapper  592 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  216 main/streams/plain_wrapper.c 			stream->wrapper = &php_plain_files_wrapper;
php_plain_files_wrapper 1404 main/streams/plain_wrapper.c PHPAPI php_stream_wrapper php_plain_files_wrapper = {
php_plain_files_wrapper  196 main/streams/streams.c 			if (wrapper == &php_plain_files_wrapper) {
php_plain_files_wrapper  744 main/streams/streams.c 		if (stream->wrapper != &php_plain_files_wrapper) {
php_plain_files_wrapper 1763 main/streams/streams.c 		return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
php_plain_files_wrapper 1802 main/streams/streams.c 		php_stream_wrapper *plain_files_wrapper = &php_plain_files_wrapper;