Home
last modified time | relevance | path

Searched refs:php_stream_wrapper_ops (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/zlib/
H A Dzlib_fopen_wrapper.c165 static const php_stream_wrapper_ops gzip_stream_wops = {
/php-src/main/
H A Dphp_streams.h162 } php_stream_wrapper_ops; typedef
165 const php_stream_wrapper_ops *wops; /* operations the wrapper can perform */
625 extern const php_stream_wrapper_ops *php_stream_user_wrapper_ops;
/php-src/main/streams/
H A Dglob_wrapper.c280 static const php_stream_wrapper_ops php_glob_stream_wrapper_ops = {
H A Dmemory.c747 PHPAPI const php_stream_wrapper_ops php_stream_rfc2397_wops = {
H A Duserspace.c56 static const php_stream_wrapper_ops user_stream_wops = {
H A Dplain_wrapper.c1572 static const php_stream_wrapper_ops php_plain_files_wrapper_ops = {
/php-src/ext/zip/
H A Dzip_stream.c373 static const php_stream_wrapper_ops zip_stream_wops = {
/php-src/ext/standard/
H A Dphp_fopen_wrapper.c428 static const php_stream_wrapper_ops php_stdio_wops = {
H A Dftp_fopen_wrapper.c1162 static const php_stream_wrapper_ops ftp_stream_wops = {
H A Dhttp_fopen_wrapper.c1017 static const php_stream_wrapper_ops http_stream_wops = {
/php-src/ext/bz2/
H A Dbz2.c257 static const php_stream_wrapper_ops bzip2_stream_wops = {
/php-src/sapi/phpdbg/
H A Dphpdbg.c1153 php_stream_wrapper_ops wops; in main()
1489 wrapper.wops = (const php_stream_wrapper_ops*)&wops; in main()
/php-src/ext/phar/
H A Dstream.c37 const php_stream_wrapper_ops phar_stream_wops = {

Completed in 43 milliseconds