Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | _grn_plugin |
Typedefs | |
typedef void * | grn_dl |
typedef void * | grn_dl_symbol |
typedef struct _grn_plugin | grn_plugin |
Functions | |
grn_rc | grn_plugins_init (void) |
grn_rc | grn_plugins_fin (void) |
grn_id | grn_plugin_open (grn_ctx *ctx, const char *filename) |
grn_rc | grn_plugin_close (grn_ctx *ctx, grn_id id) |
grn_id | grn_plugin_reference (grn_ctx *ctx, const char *filename) |
const char * | grn_plugin_path (grn_ctx *ctx, grn_id id) |
char * | grn_plugin_find_path (grn_ctx *ctx, const char *name) |
typedef void* grn_dl |
Definition at line 41 of file plugin_in.h.
typedef void* grn_dl_symbol |
Definition at line 42 of file plugin_in.h.
typedef struct _grn_plugin grn_plugin |
Definition at line 45 of file plugin_in.h.
char* grn_plugin_find_path | ( | grn_ctx * | ctx, |
const char * | name | ||
) |
grn_rc grn_plugins_fin | ( | void | ) |