Home
last modified time | relevance | path

Searched defs:fops (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h107 const php_stream_filter_ops *fops; member
134 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt… argument
135 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th… argument
H A Dfilter.c266 PHPAPI php_stream_filter *_php_stream_filter_alloc(const php_stream_filter_ops *fops, void *abstrac… in _php_stream_filter_alloc()
/PHP-7.4/ext/zlib/
H A Dzlib_filter.c286 const php_stream_filter_ops *fops = NULL; in php_zlib_filter_create() local
/PHP-7.4/ext/bz2/
H A Dbz2_filter.c315 const php_stream_filter_ops *fops = NULL; in php_bz2_filter_create() local
/PHP-7.4/ext/standard/
H A Dfilters.c1813 const php_stream_filter_ops *fops = NULL; in consumed_filter_create() local
2017 const php_stream_filter_ops *fops = NULL; in chunked_filter_create() local

Completed in 24 milliseconds