Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dphp_fopen_wrappers.h29 extern PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dfilestat.c344 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chgrp()
480 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chown()
587 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
662 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
778 …if ((wrapper = php_stream_locate_url_wrapper(filename, &local, 0)) == &php_plain_files_wrapper && … in php_stat()
783 if (wrapper == &php_plain_files_wrapper) { in php_stat()
859 if (wrapper == &php_plain_files_wrapper) { in php_stat()
H A Dfile.c1672 …if (php_stream_locate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_b… in PHP_FUNCTION()
H A Dbasic_functions.c3732 php_register_url_stream_wrapper("file", &php_plain_files_wrapper); in PHP_MINIT_FUNCTION()
/PHP-7.3/main/streams/
H A Dphp_stream_plain_wrapper.h23 PHPAPI extern /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dplain_wrapper.c222 stream->wrapper = (php_stream_wrapper*)&php_plain_files_wrapper; in _php_stream_fopen_temporary_file()
1024 …php_stream_wrapper_log_error(&php_plain_files_wrapper, options, "`%s' is not a valid mode for fope… in _php_stream_fopen()
1481 PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper = { variable
H A Dstreams.c201 if (wrapper == &php_plain_files_wrapper) { in php_stream_display_wrapper_errors()
724 if ((stream->wrapper != &php_plain_files_wrapper) && in _php_stream_read()
1753 …n (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper);
1788 php_stream_wrapper *plain_files_wrapper = (php_stream_wrapper*)&php_plain_files_wrapper;
/PHP-7.3/main/
H A Dfopen_wrappers.c490 if (wrapper == &php_plain_files_wrapper) {
557 } else if (wrapper != &php_plain_files_wrapper) {
594 } else if (wrapper != &php_plain_files_wrapper) {

Completed in 45 milliseconds