PostgreSQL Source Code
git master
|
#include <regis.h>
Data Fields | |
uint32 | type:2 |
uint32 | len:16 |
uint32 | unused:14 |
struct RegisNode * | next |
unsigned char | data [FLEXIBLE_ARRAY_MEMBER] |
unsigned char RegisNode::data[FLEXIBLE_ARRAY_MEMBER] |
Definition at line 24 of file regis.h.
Referenced by RS_compile(), and RS_execute().
uint32 RegisNode::len |
Definition at line 21 of file regis.h.
Referenced by RS_compile().
struct RegisNode* RegisNode::next |
Definition at line 23 of file regis.h.
Referenced by newRegisNode(), RS_compile(), RS_execute(), and RS_free().
uint32 RegisNode::type |
Definition at line 20 of file regis.h.
Referenced by RS_compile(), and RS_execute().