PostgreSQL Source Code  git master
PullFilter Struct Reference

Data Fields

PullFiltersrc
 
const PullFilterOpsop
 
int buflen
 
uint8buf
 
int pos
 
void * priv
 

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(), pullf_free(), and pullf_read().

◆ buflen

int PullFilter::buflen

Definition at line 184 of file mbuf.c.

Referenced by pullf_create(), pullf_free(), and pullf_read().

◆ op

const PullFilterOps* PullFilter::op

Definition at line 183 of file mbuf.c.

Referenced by pullf_create(), pullf_free(), and pullf_read().

◆ pos

int PullFilter::pos

Definition at line 186 of file mbuf.c.

Referenced by pullf_create().

◆ priv

void* PullFilter::priv

Definition at line 187 of file mbuf.c.

Referenced by pullf_create(), pullf_free(), and pullf_read().

◆ src

PullFilter* PullFilter::src

Definition at line 182 of file mbuf.c.

Referenced by pullf_create(), and pullf_read().


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