Searched refs:php_plain_files_wrapper (Results 1 – 8 of 8) sorted by relevance
31 extern php_stream_wrapper php_plain_files_wrapper;
805 …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()
3651 php_register_url_stream_wrapper("file", &php_plain_files_wrapper TSRMLS_CC); in PHP_MINIT_FUNCTION()
25 PHPAPI extern php_stream_wrapper php_plain_files_wrapper;
210 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;
206 stream->wrapper = &php_plain_files_wrapper; in _php_stream_fopen_tmpfile()1313 php_stream_wrapper php_plain_files_wrapper = { variable
557 if (wrapper == &php_plain_files_wrapper) {617 } else if (wrapper != &php_plain_files_wrapper) {653 } else if (wrapper != &php_plain_files_wrapper) {
479 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 60 milliseconds