|  | 
| 
 Data Structures | 
| struct | Q_NLOBJ | 
|  | Base Structures used for Internal - named object.  More... 
 | 
| struct | Q_OBJ | 
|  | Base Structures used for Internal - object.  More... 
 | 
| struct | Q_ENTRY | 
|  | Structure for linked-list data structure.  More... 
 | 
| struct | Q_HASHTBL | 
|  | Structure for hash-table data structure.  More... 
 | 
| struct | Q_HASHARR | 
|  | Structure for hash-table data structure based on array.  More... 
 | 
| struct | Q_QUEUE | 
|  | Structure for array-based circular-queue data structure.  More... 
 | 
| struct | Q_OBSTACK | 
|  | Structure for obstack data structure.  More... 
 | 
| struct | Q_LOG | 
|  | Structure for file log.  More... 
 | 
| struct | Q_DB | 
|  | Structure for independent database interface.  More... 
 | 
| struct | Q_DBRESULT | 
|  | Structure for database result set.  More... 
 | 
| 
 Defines | 
| #define | _Q_VERSION   "9.0.1" | 
| #define | _Q_HASHARR_MAX_KEYSIZE   (31+1) | 
| #define | _Q_HASHARR_DEF_VALUESIZE   (32) |