Data Fields | |
PushFilter * | next |
const PushFilterOps * | op |
int | block_size |
uint8 * | buf |
int | pos |
void * | priv |
Definition at line 361 of file mbuf.c.
Definition at line 365 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and pushf_write().
Definition at line 366 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and pushf_write().
Definition at line 363 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free_all(), and wrap_process().
const PushFilterOps* PushFilter::op |
Definition at line 364 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and wrap_process().
int PushFilter::pos |
Definition at line 367 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), and pushf_write().
void* PushFilter::priv |
Definition at line 368 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and wrap_process().