Home
last modified time | relevance | path

Searched refs:_php_stream_filter_alloc (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h132 PHPAPI php_stream_filter *_php_stream_filter_alloc(const php_stream_filter_ops *fops, void *abstrac…
134 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt…
135 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th…
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() function

Completed in 7 milliseconds