#include <sys/queue.h>
#include <event.h>
#include <stdint.h>
#include <groonga.h>
Go to the source code of this file.
Functions |
| int | print_error (const char *format,...) |
| int | daemonize (void) |
| void | parse_keyval (grn_ctx *ctx, struct evkeyvalq *get_args, const char **query, const char **types, const char **client_id, const char **target_name, const char **learn_target_name, const char **callback, uint64_t *millisec, int *frequency_threshold, double *conditional_probability_threshold, int *limit, grn_obj *pass_through_parameters) |
Function Documentation
| void parse_keyval |
( |
grn_ctx * |
ctx, |
|
|
struct evkeyvalq * |
get_args, |
|
|
const char ** |
query, |
|
|
const char ** |
types, |
|
|
const char ** |
client_id, |
|
|
const char ** |
target_name, |
|
|
const char ** |
learn_target_name, |
|
|
const char ** |
callback, |
|
|
uint64_t * |
millisec, |
|
|
int * |
frequency_threshold, |
|
|
double * |
conditional_probability_threshold, |
|
|
int * |
limit, |
|
|
grn_obj * |
pass_through_parameters |
|
) |
| |
| int print_error |
( |
const char * |
format, |
|
|
|
... |
|
) |
| |