Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
util.h File Reference
#include <sys/queue.h>
#include <event.h>
#include <stdint.h>
#include <groonga.h>
Include dependency graph for util.h:
This graph shows which files directly or indirectly include this file:

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

int daemonize ( void  )

Definition at line 50 of file util.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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 
)

Definition at line 98 of file util.c.

Here is the call graph for this function:

int print_error ( const char *  format,
  ... 
)

Definition at line 35 of file util.c.

Here is the caller graph for this function: