PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PushFilter Struct Reference

Data Fields

PushFilternext
 
const PushFilterOpsop
 
int block_size
 
uint8buf
 
int pos
 
voidpriv
 

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.

◆ buf

uint8* PushFilter::buf

Definition at line 351 of file mbuf.c.

◆ next

PushFilter* PushFilter::next

Definition at line 348 of file mbuf.c.

Referenced by pushf_free_all().

◆ op

const PushFilterOps* PushFilter::op

Definition at line 349 of file mbuf.c.

Referenced by wrap_process().

◆ pos

int PushFilter::pos

Definition at line 352 of file mbuf.c.

◆ priv

void* PushFilter::priv

Definition at line 353 of file mbuf.c.


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