Home
last modified time | relevance | path

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

/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c165 static const php_stream_wrapper_ops gzip_stream_wops = {
/PHP-7.4/main/
H A Dphp_streams.h159 } php_stream_wrapper_ops; typedef
162 const php_stream_wrapper_ops *wops; /* operations the wrapper can perform */
596 extern const php_stream_wrapper_ops *php_stream_user_wrapper_ops;
/PHP-7.4/main/streams/
H A Dglob_wrapper.c254 static const php_stream_wrapper_ops php_glob_stream_wrapper_ops = {
H A Dmemory.c773 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.c1499 static const php_stream_wrapper_ops php_plain_files_wrapper_ops = {
/PHP-7.4/ext/zip/
H A Dzip_stream.c351 static const php_stream_wrapper_ops zip_stream_wops = {
/PHP-7.4/ext/standard/
H A Dphp_fopen_wrapper.c430 static const php_stream_wrapper_ops php_stdio_wops = {
H A Dhttp_fopen_wrapper.c995 static const php_stream_wrapper_ops http_stream_wops = {
H A Dftp_fopen_wrapper.c1179 static const php_stream_wrapper_ops ftp_stream_wops = {
/PHP-7.4/ext/bz2/
H A Dbz2.c325 static const php_stream_wrapper_ops bzip2_stream_wops = {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1399 php_stream_wrapper_ops wops; in main()
1881 wrapper.wops = (const php_stream_wrapper_ops*)&wops; in main()
/PHP-7.4/ext/phar/
H A Dstream.c37 const php_stream_wrapper_ops phar_stream_wops = {

Completed in 51 milliseconds