Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_fopen_wrappers.h31 extern PHPAPI php_stream_wrapper php_plain_files_wrapper;
H A Dfilestat.c424 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 Dbasic_functions.c3669 php_register_url_stream_wrapper("file", &php_plain_files_wrapper); in PHP_MINIT_FUNCTION()
/PHP-7.0/main/streams/
H A Dphp_stream_plain_wrapper.h25 PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
H A Dstreams.c196 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 Dplain_wrapper.c222 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 Dfopen_wrappers.c496 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