Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dphp_fopen_wrappers.h31 extern php_stream_wrapper php_plain_files_wrapper;
H A Dfilestat.c805 …pper = php_stream_locate_url_wrapper(filename, &local, 0 TSRMLS_CC)) == &php_plain_files_wrapper) { in php_stat()
824 if (wrapper == &php_plain_files_wrapper) { in php_stat()
905 if (wrapper == &php_plain_files_wrapper) { in php_stat()
H A Dbasic_functions.c3651 php_register_url_stream_wrapper("file", &php_plain_files_wrapper TSRMLS_CC); in PHP_MINIT_FUNCTION()
/PHP-5.3/main/streams/
H A Dphp_stream_plain_wrapper.h25 PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
H A Dstreams.c210 if (wrapper == &php_plain_files_wrapper) { in php_stream_display_wrapper_errors()
691 if (stream->wrapper != &php_plain_files_wrapper) { in _php_stream_read()
1695 return (options & STREAM_LOCATE_WRAPPERS_ONLY) ? NULL : &php_plain_files_wrapper;
1734 php_stream_wrapper *plain_files_wrapper = &php_plain_files_wrapper;
H A Dplain_wrapper.c206 stream->wrapper = &php_plain_files_wrapper; in _php_stream_fopen_tmpfile()
1313 php_stream_wrapper php_plain_files_wrapper = { variable
/PHP-5.3/main/
H A Dfopen_wrappers.c557 if (wrapper == &php_plain_files_wrapper) {
617 } else if (wrapper != &php_plain_files_wrapper) {
653 } else if (wrapper != &php_plain_files_wrapper) {
/PHP-5.3/ext/phar/
H A Dutil.c479 if (wrapper == &php_plain_files_wrapper) { in phar_find_in_include_path()
545 if (wrapper == &php_plain_files_wrapper) { in phar_find_in_include_path()

Completed in 37 milliseconds