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

Data Fields

uint8data
 
uint8data_end
 
uint8read_pos
 
uint8buf_end
 
bool no_write
 
bool own_data
 

Detailed Description

Definition at line 39 of file mbuf.c.

Field Documentation

◆ buf_end

uint8* MBuf::buf_end

Definition at line 44 of file mbuf.c.

◆ data

uint8* MBuf::data

Definition at line 41 of file mbuf.c.

◆ data_end

uint8* MBuf::data_end

Definition at line 42 of file mbuf.c.

◆ no_write

bool MBuf::no_write

Definition at line 45 of file mbuf.c.

◆ own_data

bool MBuf::own_data

Definition at line 46 of file mbuf.c.

◆ read_pos

uint8* MBuf::read_pos

Definition at line 43 of file mbuf.c.


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