IDZEBRA  2.2.7
Data Fields
data1_handle_info Struct Reference

Data Fields

WRBUF wrbuf
 
char * tab_path
 
char * tab_root
 
char * read_buf
 
int read_len
 
data1_absyn_cache absyn_cache
 
data1_attset_cache attset_cache
 
char * map_buf
 
int map_len
 
NMEM mem
 

Detailed Description

Definition at line 31 of file d1_handle.c.

Field Documentation

◆ absyn_cache

data1_absyn_cache data1_handle_info::absyn_cache

Definition at line 39 of file d1_handle.c.

Referenced by data1_absyn_cache_get(), and data1_create().

◆ attset_cache

data1_attset_cache data1_handle_info::attset_cache

Definition at line 40 of file d1_handle.c.

Referenced by data1_attset_cache_get(), and data1_create().

◆ map_buf

char* data1_handle_info::map_buf

Definition at line 42 of file d1_handle.c.

Referenced by data1_create(), data1_destroy(), and data1_get_map_buf().

◆ map_len

int data1_handle_info::map_len

Definition at line 43 of file d1_handle.c.

Referenced by data1_create(), and data1_get_map_buf().

◆ mem

NMEM data1_handle_info::mem

Definition at line 45 of file d1_handle.c.

Referenced by data1_create(), data1_destroy(), and data1_nmem_get().

◆ read_buf

char* data1_handle_info::read_buf

Definition at line 36 of file d1_handle.c.

Referenced by data1_create(), data1_destroy(), and data1_get_read_buf().

◆ read_len

int data1_handle_info::read_len

Definition at line 37 of file d1_handle.c.

Referenced by data1_create(), and data1_get_read_buf().

◆ tab_path

char* data1_handle_info::tab_path

Definition at line 33 of file d1_handle.c.

Referenced by data1_create(), data1_destroy(), data1_get_tabpath(), and data1_set_tabpath().

◆ tab_root

char* data1_handle_info::tab_root

Definition at line 34 of file d1_handle.c.

Referenced by data1_create(), data1_destroy(), data1_get_tabroot(), and data1_set_tabroot().

◆ wrbuf

WRBUF data1_handle_info::wrbuf

Definition at line 32 of file d1_handle.c.

Referenced by data1_create(), data1_destroy(), and data1_get_wrbuf().


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