#include "groonga_in.h"
#include "str.h"
#include "db.h"
Go to the source code of this file.
Functions |
grn_rc | grn_snip_close_real (grn_ctx *ctx, grn_snip *snip) |
grn_rc | grn_snip_cond_init (grn_ctx *ctx, snip_cond *sc, const char *keyword, unsigned int keyword_len, grn_encoding enc, int flags) |
void | grn_snip_cond_reinit (snip_cond *cond) |
grn_rc | grn_snip_cond_close (grn_ctx *ctx, snip_cond *cond) |
void | grn_bm_tunedbm (grn_ctx *ctx, snip_cond *cond, grn_obj *string, int flags) |
Macro Definition Documentation
#define GRN_QUERY_SCAN_ALLOCCONDS 0x0002 |
#define MAX_SNIP_COND_COUNT 32U |
#define MAX_SNIP_RESULT_COUNT 16U |
#define MAX_SNIP_TAG_COUNT 512U |
#define SNIPCOND_ACROSS 2 |
#define SNIPCOND_NONSTOP 0 |
Typedef Documentation
Function Documentation
void grn_snip_cond_reinit |
( |
snip_cond * |
cond | ) |
|