PostgreSQL Source Code  git master
RegisNode Struct Reference

#include <regis.h>

Data Fields

uint32 type:2
 
uint32 len:16
 
uint32 unused:14
 
struct RegisNodenext
 
unsigned char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 17 of file regis.h.

Field Documentation

◆ data

unsigned char RegisNode::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 24 of file regis.h.

Referenced by RS_compile(), and RS_execute().

◆ len

uint32 RegisNode::len

Definition at line 21 of file regis.h.

Referenced by RS_compile().

◆ next

struct RegisNode* RegisNode::next

Definition at line 23 of file regis.h.

Referenced by newRegisNode(), RS_compile(), RS_execute(), and RS_free().

◆ type

uint32 RegisNode::type

Definition at line 20 of file regis.h.

Referenced by RS_compile(), and RS_execute().

◆ unused

uint32 RegisNode::unused

Definition at line 22 of file regis.h.


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