Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_fopen_wrappers.h31 extern php_stream_wrapper php_plain_files_wrapper;
H A Dfilestat.c436 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chgrp()
573 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in php_do_chown()
681 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
753 if(wrapper != &php_plain_files_wrapper || strncasecmp("file://", filename, 7) == 0) { in PHP_FUNCTION()
867 …hp_stream_locate_url_wrapper(filename, &local, 0 TSRMLS_CC)) == &php_plain_files_wrapper && php_ch… in php_stat()
872 if (wrapper == &php_plain_files_wrapper) { in php_stat()
953 if (wrapper == &php_plain_files_wrapper) { in php_stat()
H A Dbasic_functions.c3683 php_register_url_stream_wrapper("file", &php_plain_files_wrapper TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h25 PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
H A Dstreams.c219 if (wrapper == &php_plain_files_wrapper) { in php_stream_display_wrapper_errors()
761 if (stream->wrapper != &php_plain_files_wrapper) { in _php_stream_read()
1769 return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
1808 php_stream_wrapper *plain_files_wrapper = &php_plain_files_wrapper;
H A Dplain_wrapper.c214 stream->wrapper = &php_plain_files_wrapper; in _php_stream_fopen_tmpfile()
1382 php_stream_wrapper php_plain_files_wrapper = { variable
/PHP-5.5/main/
H A Dfopen_wrappers.c489 if (wrapper == &php_plain_files_wrapper) {
549 } else if (wrapper != &php_plain_files_wrapper) {
585 } else if (wrapper != &php_plain_files_wrapper) {

Completed in 32 milliseconds