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 "groonga_in.h"
#include "ctx.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

GRN_API grn_rc grn_normalize_offset_and_limit (grn_ctx *ctx, int size, int *offset, int *limit)
GRN_API grn_objgrn_inspect (grn_ctx *ctx, grn_obj *buffer, grn_obj *obj)
GRN_API grn_objgrn_inspect_name (grn_ctx *ctx, grn_obj *buffer, grn_obj *obj)
GRN_API grn_objgrn_inspect_encoding (grn_ctx *ctx, grn_obj *buffer, grn_encoding encoding)
GRN_API grn_objgrn_inspect_type (grn_ctx *ctx, grn_obj *buffer, unsigned char type)
void grn_p (grn_ctx *ctx, grn_obj *obj)
void grn_p_geo_point (grn_ctx *ctx, grn_geo_point *point)
GRN_API const char * grn_win32_base_dir (void)
GRN_API char * grn_path_separator_to_system (char *dest, char *groonga_path)

Function Documentation

GRN_API grn_obj* grn_inspect ( grn_ctx ctx,
grn_obj buffer,
grn_obj obj 
)

Definition at line 878 of file util.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GRN_API grn_obj* grn_inspect_encoding ( grn_ctx ctx,
grn_obj buffer,
grn_encoding  encoding 
)

Definition at line 85 of file util.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GRN_API grn_obj* grn_inspect_name ( grn_ctx ctx,
grn_obj buffer,
grn_obj obj 
)

Definition at line 69 of file util.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GRN_API grn_obj* grn_inspect_type ( grn_ctx ctx,
grn_obj buffer,
unsigned char  type 
)

Definition at line 122 of file util.c.

Here is the caller graph for this function:

GRN_API grn_rc grn_normalize_offset_and_limit ( grn_ctx ctx,
int  size,
int *  offset,
int *  limit 
)

Definition at line 28 of file util.c.

Here is the caller graph for this function:

void grn_p ( grn_ctx ctx,
grn_obj obj 
)

Definition at line 1004 of file util.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void grn_p_geo_point ( grn_ctx ctx,
grn_geo_point point 
)

Definition at line 1015 of file util.c.

Here is the call graph for this function:

Here is the caller graph for this function:

GRN_API char* grn_path_separator_to_system ( char *  dest,
char *  groonga_path 
)
GRN_API const char* grn_win32_base_dir ( void  )

Here is the caller graph for this function: