![]() |
|
(no version information, might be only in CVS)
struct php_stream_filter -- Holds filter properties and pointer to operationsstruct _php_stream_filter {
php_stream_filter_ops *fops;
void *abstract; /* for use by filter implementation */
php_stream_filter *next;
php_stream_filter *prev;
int is_persistent;
/* link into stream and chain */
php_stream_filter_chain *chain;
/* buffered buckets */
php_stream_bucket_brigade buffer;
} php_stream_filter; |
| Zurück | Zum Anfang | Weiter |
| struct php_stream_wrapper_ops | Nach oben | struct php_stream_filter_ops |
Hosting by: Hurra Communications GmbH
Generated: 2007-01-26 17:57:11