Home
last modified time | relevance | path

Searched refs:php_plain_files_wrapper (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_fopen_wrappers.h29 extern PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dfilestat.c356 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 Dfile.c1657 …if (php_stream_locate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_b… in PHP_FUNCTION()
H A Dbasic_functions.c3714 php_register_url_stream_wrapper("file", &php_plain_files_wrapper); in PHP_MINIT_FUNCTION()
/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h23 PHPAPI extern /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dplain_wrapper.c226 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 Dstreams.c205 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 Dfopen_wrappers.c499 if (wrapper == &php_plain_files_wrapper) {
566 } else if (wrapper != &php_plain_files_wrapper) {
606 } else if (wrapper != &php_plain_files_wrapper) {

Completed in 52 milliseconds