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

Data Fields

PullFiltersrc
 
const PullFilterOpsop
 
int buflen
 
uint8buf
 
int pos
 
voidpriv
 

Detailed Description

Definition at line 180 of file mbuf.c.

Field Documentation

◆ buf

uint8* PullFilter::buf

Definition at line 185 of file mbuf.c.

Referenced by pullf_create().

◆ buflen

int PullFilter::buflen

Definition at line 184 of file mbuf.c.

◆ op

const PullFilterOps* PullFilter::op

Definition at line 183 of file mbuf.c.

◆ pos

int PullFilter::pos

Definition at line 186 of file mbuf.c.

◆ priv

void* PullFilter::priv

Definition at line 187 of file mbuf.c.

◆ src

PullFilter* PullFilter::src

Definition at line 182 of file mbuf.c.


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