Searched refs:php_plain_files_wrapper (Results 1 – 7 of 7) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | php_fopen_wrappers.h | 31 extern PHPAPI php_stream_wrapper php_plain_files_wrapper;
|
H A D | filestat.c | 424 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chgrp() 561 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chown() 669 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION() 741 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION() 855 …if ((wrapper = php_stream_locate_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && … in php_stat() 860 if (wrapper == &php_plain_files_wrapper) { in php_stat() 941 if (wrapper == &php_plain_files_wrapper) { in php_stat()
|
H A D | basic_functions.c | 3669 php_register_url_stream_wrapper("file", &php_plain_files_wrapper); in PHP_MINIT_FUNCTION()
|
/PHP-7.0/main/streams/ |
H A D | php_stream_plain_wrapper.h | 25 PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
|
H A D | streams.c | 196 if (wrapper == &php_plain_files_wrapper) { in php_stream_display_wrapper_errors() 744 if (stream->wrapper != &php_plain_files_wrapper) { in _php_stream_read() 1763 return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper; 1797 php_stream_wrapper *plain_files_wrapper = &php_plain_files_wrapper;
|
H A D | plain_wrapper.c | 222 stream->wrapper = &php_plain_files_wrapper; in _php_stream_fopen_temporary_file() 1422 PHPAPI php_stream_wrapper php_plain_files_wrapper = { variable
|
/PHP-7.0/main/ |
H A D | fopen_wrappers.c | 496 if (wrapper == &php_plain_files_wrapper) { 563 } else if (wrapper != &php_plain_files_wrapper) { 600 } else if (wrapper != &php_plain_files_wrapper) {
|
Completed in 38 milliseconds