Home
last modified time | relevance | path

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

/PHP-8.1/ext/zlib/
H A Dzlib_fopen_wrapper.c163 static const php_stream_wrapper_ops gzip_stream_wops = {
/PHP-8.1/main/
H A Dphp_streams.h157 } php_stream_wrapper_ops; typedef
160 const php_stream_wrapper_ops *wops; /* operations the wrapper can perform */
611 extern const php_stream_wrapper_ops *php_stream_user_wrapper_ops;
/PHP-8.1/main/streams/
H A Dglob_wrapper.c252 static const php_stream_wrapper_ops php_glob_stream_wrapper_ops = {
H A Dmemory.c742 PHPAPI const php_stream_wrapper_ops php_stream_rfc2397_wops = {
H A Dplain_wrapper.c1558 static const php_stream_wrapper_ops php_plain_files_wrapper_ops = {
H A Duserspace.c53 static const php_stream_wrapper_ops user_stream_wops = {
/PHP-8.1/ext/zip/
H A Dzip_stream.c330 static const php_stream_wrapper_ops zip_stream_wops = {
/PHP-8.1/ext/standard/
H A Dphp_fopen_wrapper.c428 static const php_stream_wrapper_ops php_stdio_wops = {
H A Dhttp_fopen_wrapper.c1010 static const php_stream_wrapper_ops http_stream_wops = {
H A Dftp_fopen_wrapper.c1163 static const php_stream_wrapper_ops ftp_stream_wops = {
/PHP-8.1/ext/bz2/
H A Dbz2.c257 static const php_stream_wrapper_ops bzip2_stream_wops = {
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.c1149 php_stream_wrapper_ops wops; in main()
1526 wrapper.wops = (const php_stream_wrapper_ops*)&wops; in main()
/PHP-8.1/ext/phar/
H A Dstream.c37 const php_stream_wrapper_ops phar_stream_wops = {

Completed in 76 milliseconds