Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h134 PHPAPI php_stream_filter *_php_stream_filter_alloc(php_stream_filter_ops *fops, void *abstract, int…
136 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt…
137 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th…
H A Dfilter.c295 PHPAPI php_stream_filter *_php_stream_filter_alloc(php_stream_filter_ops *fops, void *abstract, int… in _php_stream_filter_alloc() function

Completed in 6 milliseconds