Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions
util.c File Reference
#include "db.h"
#include "pat.h"
#include "ii.h"
#include "util.h"
#include "string_in.h"
#include <string.h>
#include <stdio.h>
Include dependency graph for util.c:

Go to the source code of this file.

Functions

grn_rc grn_normalize_offset_and_limit (grn_ctx *ctx, int size, int *p_offset, int *p_limit)
grn_objgrn_inspect_name (grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
grn_objgrn_inspect_encoding (grn_ctx *ctx, grn_obj *buf, grn_encoding encoding)
grn_objgrn_inspect_type (grn_ctx *ctx, grn_obj *buf, unsigned char type)
grn_objgrn_inspect (grn_ctx *ctx, grn_obj *buffer, grn_obj *obj)
void grn_p (grn_ctx *ctx, grn_obj *obj)
void grn_p_geo_point (grn_ctx *ctx, grn_geo_point *point)

Function Documentation

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_obj* grn_inspect_encoding ( grn_ctx ctx,
grn_obj buf,
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_obj* grn_inspect_name ( grn_ctx ctx,
grn_obj buf,
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_obj* grn_inspect_type ( grn_ctx ctx,
grn_obj buf,
unsigned char  type 
)

Definition at line 122 of file util.c.

Here is the caller graph for this function:

grn_rc grn_normalize_offset_and_limit ( grn_ctx ctx,
int  size,
int *  p_offset,
int *  p_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: