PostgreSQL Source Code
git master
|
Data Fields | |
PushFilter * | next |
const PushFilterOps * | op |
int | block_size |
uint8 * | buf |
int | pos |
void * | priv |
int PushFilter::block_size |
Definition at line 350 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and pushf_write().
uint8* PushFilter::buf |
Definition at line 351 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and pushf_write().
PushFilter* PushFilter::next |
Definition at line 348 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free_all(), and wrap_process().
const PushFilterOps* PushFilter::op |
Definition at line 349 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and wrap_process().
int PushFilter::pos |
Definition at line 352 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), and pushf_write().
void* PushFilter::priv |
Definition at line 353 of file mbuf.c.
Referenced by pushf_create(), pushf_flush(), pushf_free(), and wrap_process().