Home
last modified time | relevance | path

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

/PHP-5.4/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.c3625 php_register_url_stream_wrapper("file", &php_plain_files_wrapper TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.4/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()
766 if (stream->wrapper != &php_plain_files_wrapper) { in _php_stream_read()
1774 return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
1813 php_stream_wrapper *plain_files_wrapper = &php_plain_files_wrapper;
H A Dplain_wrapper.c213 stream->wrapper = &php_plain_files_wrapper; in _php_stream_fopen_tmpfile()
1356 php_stream_wrapper php_plain_files_wrapper = { variable
/PHP-5.4/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) {
/PHP-5.4/ext/phar/
H A Dutil.c478 if (wrapper == &php_plain_files_wrapper) { in phar_find_in_include_path()
544 if (wrapper == &php_plain_files_wrapper) { in phar_find_in_include_path()

Completed in 43 milliseconds