#include "groonga_in.h"
#include "db.h"
#include "hash.h"
Go to the source code of this file.
Functions |
| GRN_API grn_id | grn_pat_curr_id (grn_ctx *ctx, grn_pat *pat) |
| GRN_API grn_rc | grn_pat_truncate (grn_ctx *ctx, grn_pat *pat) |
| const char * | _grn_pat_key (grn_ctx *ctx, grn_pat *pat, grn_id id, uint32_t *key_size) |
| grn_id | grn_pat_next (grn_ctx *ctx, grn_pat *pat, grn_id id) |
| const char * | grn_pat_get_value_ (grn_ctx *ctx, grn_pat *pat, grn_id id, uint32_t *size) |
| GRN_API grn_id | grn_pat_at (grn_ctx *ctx, grn_pat *pat, grn_id id) |
| void | grn_pat_check (grn_ctx *ctx, grn_pat *pat) |
| void | grn_pat_inspect_nodes (grn_ctx *ctx, grn_pat *pat, grn_obj *buf) |
| void | grn_pat_cursor_inspect (grn_ctx *ctx, grn_pat_cursor *c, grn_obj *buf) |
| grn_rc | grn_pat_cache_enable (grn_ctx *ctx, grn_pat *pat, uint32_t cache_size) |
| void | grn_pat_cache_disable (grn_ctx *ctx, grn_pat *pat) |
Macro Definition Documentation
Definition at line 31 of file pat.h.
| #define GRN_PAT_NDELINFOS 0x100 |
Definition at line 46 of file pat.h.
Typedef Documentation
Definition at line 79 of file pat.h.
Function Documentation