|
CUBRID Engine
latest
|
#include <ini_parser.h>

Public Attributes | |
| int | size |
| int | n |
| int | nsec |
| char ** | key |
| char ** | val |
| int * | lineno |
| unsigned int * | hash |
Definition at line 35 of file ini_parser.h.
| unsigned int* ini_table::hash |
Definition at line 43 of file ini_parser.h.
Referenced by ini_table_free(), ini_table_get(), ini_table_new(), and ini_table_set().
| char** ini_table::key |
Definition at line 40 of file ini_parser.h.
Referenced by broker_config_read_internal(), ini_findsec(), ini_getsecname(), ini_table_free(), ini_table_get(), ini_table_new(), ini_table_set(), and prm_load_by_section().
| int* ini_table::lineno |
Definition at line 42 of file ini_parser.h.
Referenced by broker_config_read_internal(), ini_getsecname(), ini_table_free(), ini_table_get(), ini_table_new(), ini_table_set(), and prm_load_by_section().
| int ini_table::n |
Definition at line 38 of file ini_parser.h.
Referenced by ini_table_set().
| int ini_table::nsec |
Definition at line 39 of file ini_parser.h.
Referenced by broker_config_read_internal(), and ini_table_set().
| int ini_table::size |
Definition at line 37 of file ini_parser.h.
Referenced by broker_config_read_internal(), ini_findsec(), ini_getsecname(), ini_table_free(), ini_table_get(), ini_table_new(), ini_table_set(), and prm_load_by_section().
| char** ini_table::val |
Definition at line 41 of file ini_parser.h.
Referenced by ini_table_free(), ini_table_get(), ini_table_new(), ini_table_set(), and prm_load_by_section().