Searched refs:php_plain_files_wrapper (Results 1 – 8 of 8) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | php_fopen_wrappers.h | 29 extern PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper;
|
H A D | filestat.c | 356 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chgrp() 492 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chown() 599 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION() 670 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION() 786 …if ((wrapper = php_stream_locate_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && … in php_stat() 791 if (wrapper == &php_plain_files_wrapper) { in php_stat() 867 if (wrapper == &php_plain_files_wrapper) { in php_stat()
|
H A D | file.c | 1657 …if (php_stream_locate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_b… in PHP_FUNCTION()
|
H A D | basic_functions.c | 3714 php_register_url_stream_wrapper("file", &php_plain_files_wrapper); in PHP_MINIT_FUNCTION()
|
/PHP-7.4/main/streams/ |
H A D | php_stream_plain_wrapper.h | 23 PHPAPI extern /*const*/ php_stream_wrapper php_plain_files_wrapper;
|
H A D | plain_wrapper.c | 226 stream->wrapper = (php_stream_wrapper*)&php_plain_files_wrapper; in _php_stream_fopen_temporary_file() 1053 …php_stream_wrapper_log_error(&php_plain_files_wrapper, options, "`%s' is not a valid mode for fope… in _php_stream_fopen() 1514 PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper = { variable
|
H A D | streams.c | 205 if (wrapper == &php_plain_files_wrapper) { in php_stream_display_wrapper_errors() 747 if ((stream->wrapper != &php_plain_files_wrapper) && in _php_stream_read() 1830 …n (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper); 1865 php_stream_wrapper *plain_files_wrapper = (php_stream_wrapper*)&php_plain_files_wrapper;
|
/PHP-7.4/main/ |
H A D | fopen_wrappers.c | 499 if (wrapper == &php_plain_files_wrapper) { 566 } else if (wrapper != &php_plain_files_wrapper) { 606 } else if (wrapper != &php_plain_files_wrapper) {
|
Completed in 45 milliseconds