#include "db.h"
#include "pat.h"
#include "ii.h"
#include "util.h"
#include "string_in.h"
#include <string.h>
#include <stdio.h>
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_obj * | grn_inspect_name (grn_ctx *ctx, grn_obj *buf, grn_obj *obj) |
grn_obj * | grn_inspect_encoding (grn_ctx *ctx, grn_obj *buf, grn_encoding encoding) |
grn_obj * | grn_inspect_type (grn_ctx *ctx, grn_obj *buf, unsigned char type) |
grn_obj * | grn_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_rc grn_normalize_offset_and_limit |
( |
grn_ctx * |
ctx, |
|
|
int |
size, |
|
|
int * |
p_offset, |
|
|
int * |
p_limit |
|
) |
| |