|
Groonga 3.0.9 Source Code Document
|
#include "lib/com.h"#include "lib/ctx_impl.h"#include <string.h>#include <stdio.h>#include <stdarg.h>
Go to the source code of this file.
Data Structures | |
| struct | grn_slap_dest |
| struct | _session |
Macros | |
| #define | DEFAULT_PORT 10041 |
| #define | DEFAULT_HOST "localhost" |
| #define | DEFAULT_MAX_CONCURRENCY 10 |
| #define | DEFAULT_MAX_THROUGHPUT 10000 |
| #define | MAX_DEST 256 |
| #define | BUFSIZE 0x1000000 |
Typedefs | |
| typedef struct _session | session |
Enumerations | |
| enum | { flag_usage = 1, flag_verbose = 2 } |
Functions | |
| int | main (int argc, char **argv) |
1.8.1.2