|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| grn_ctx * | context |
| grn_hash * | hash |
| grn_hash_cursor * | cursor |
| GrnTestContextFlags | context_flags |
| grn_logger_info * | logger |
| gchar * | path |
| guint32 | key_size |
| guint32 | value_size |
| GrnTestHashFlags | flags |
| GrnTestEncoding | encoding |
| gchar * | cursor_min |
| guint32 | cursor_min_size |
| gchar * | cursor_max |
| guint32 | cursor_max_size |
| GrnTestCursorFlags | cursor_flags |
Definition at line 26 of file grn-test-hash-factory.c.
| grn_ctx* context |
Definition at line 28 of file grn-test-hash-factory.c.
| GrnTestContextFlags context_flags |
Definition at line 31 of file grn-test-hash-factory.c.
| grn_hash_cursor* cursor |
Definition at line 30 of file grn-test-hash-factory.c.
| GrnTestCursorFlags cursor_flags |
Definition at line 42 of file grn-test-hash-factory.c.
| gchar* cursor_max |
Definition at line 40 of file grn-test-hash-factory.c.
| guint32 cursor_max_size |
Definition at line 41 of file grn-test-hash-factory.c.
| gchar* cursor_min |
Definition at line 38 of file grn-test-hash-factory.c.
| guint32 cursor_min_size |
Definition at line 39 of file grn-test-hash-factory.c.
| GrnTestEncoding encoding |
Definition at line 37 of file grn-test-hash-factory.c.
| GrnTestHashFlags flags |
Definition at line 36 of file grn-test-hash-factory.c.
| grn_hash* hash |
Definition at line 29 of file grn-test-hash-factory.c.
| guint32 key_size |
Definition at line 34 of file grn-test-hash-factory.c.
| grn_logger_info* logger |
Definition at line 32 of file grn-test-hash-factory.c.
| gchar* path |
Definition at line 33 of file grn-test-hash-factory.c.
| guint32 value_size |
Definition at line 35 of file grn-test-hash-factory.c.
1.8.1.2