Searched defs:fops (Results 1 – 5 of 5) sorted by relevance
105 const php_stream_filter_ops *fops; member132 #define php_stream_filter_alloc(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thispt… argument133 #define php_stream_filter_alloc_rel(fops, thisptr, persistent) _php_stream_filter_alloc((fops), (th… argument
264 PHPAPI php_stream_filter *_php_stream_filter_alloc(const php_stream_filter_ops *fops, void *abstrac… in _php_stream_filter_alloc()
285 const php_stream_filter_ops *fops = NULL; in php_zlib_filter_create() local
314 const php_stream_filter_ops *fops = NULL; in php_bz2_filter_create() local
1681 const php_stream_filter_ops *fops = NULL; in consumed_filter_create() local1895 const php_stream_filter_ops *fops = NULL; in chunked_filter_create() local
Completed in 31 milliseconds