PostgreSQL Source Code  git master
PushFilter Struct Reference

Data Fields

PushFilternext
 
const PushFilterOpsop
 
int block_size
 
uint8buf
 
int pos
 
void * priv
 

Detailed Description

Definition at line 346 of file mbuf.c.

Field Documentation

◆ block_size

int PushFilter::block_size

Definition at line 350 of file mbuf.c.

Referenced by pushf_create(), pushf_flush(), pushf_free(), and pushf_write().

◆ buf

uint8* PushFilter::buf

Definition at line 351 of file mbuf.c.

Referenced by pushf_create(), pushf_flush(), pushf_free(), and pushf_write().

◆ next

PushFilter* PushFilter::next

Definition at line 348 of file mbuf.c.

Referenced by pushf_create(), pushf_flush(), pushf_free_all(), and wrap_process().

◆ op

const PushFilterOps* PushFilter::op

Definition at line 349 of file mbuf.c.

Referenced by pushf_create(), pushf_flush(), pushf_free(), and wrap_process().

◆ pos

int PushFilter::pos

Definition at line 352 of file mbuf.c.

Referenced by pushf_create(), pushf_flush(), and pushf_write().

◆ priv

void* PushFilter::priv

Definition at line 353 of file mbuf.c.

Referenced by pushf_create(), pushf_flush(), pushf_free(), and wrap_process().


The documentation for this struct was generated from the following file: