Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_fopen_wrappers.h27 extern PHPAPI /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dfilestat.c336 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chgrp()
474 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chown()
569 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
636 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
747 …wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_wrapper in php_stat()
752 if (wrapper == &php_plain_files_wrapper) { in php_stat()
819 …wrapper = php_stream_locate_url_wrapper(ZSTR_VAL(filename), &local, 0)) == &php_plain_files_wrapper in php_stat()
885 if (wrapper == &php_plain_files_wrapper) { in php_stat()
H A Dfile.c1496 …if (php_stream_locate_url_wrapper(source, NULL, 0) == &php_plain_files_wrapper && php_check_open_b… in PHP_FUNCTION()
H A Dbasic_functions.c348 php_register_url_stream_wrapper("file", &php_plain_files_wrapper); in PHP_MINIT_FUNCTION()
/php-src/main/streams/
H A Dphp_stream_plain_wrapper.h21 PHPAPI extern /*const*/ php_stream_wrapper php_plain_files_wrapper;
H A Dplain_wrapper.c233 stream->wrapper = (php_stream_wrapper*)&php_plain_files_wrapper; in _php_stream_fopen_temporary_file()
1112 …php_stream_wrapper_log_error(&php_plain_files_wrapper, options, "`%s' is not a valid mode for fope… in _php_stream_fopen()
1587 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()
775 if ((stream->wrapper != &php_plain_files_wrapper) && in _php_stream_read()
1967 …n (php_stream_wrapper*)((options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper);
2002 php_stream_wrapper *plain_files_wrapper = (php_stream_wrapper*)&php_plain_files_wrapper;
/php-src/main/
H A Dfopen_wrappers.c517 if (wrapper == &php_plain_files_wrapper) {
580 } else if (wrapper != &php_plain_files_wrapper) {
620 } else if (wrapper != &php_plain_files_wrapper) {
/php-src/ext/dom/
H A Dhtml_document.c1098 if (stream->wrapper == &php_plain_files_wrapper && opened_path != NULL) { in PHP_METHOD()

Completed in 53 milliseconds