Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Functions | |
GRN_PLUGIN_EXPORT grn_rc | grn_normalizer_register (grn_ctx *ctx, const char *name_ptr, int name_length, grn_proc_func *init, grn_proc_func *next, grn_proc_func *fin) |
GRN_PLUGIN_EXPORT grn_rc grn_normalizer_register | ( | grn_ctx * | ctx, |
const char * | name_ptr, | ||
int | name_length, | ||
grn_proc_func * | init, | ||
grn_proc_func * | next, | ||
grn_proc_func * | fin | ||
) |
Definition at line 27 of file normalizer.c.