Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Typedefs | Functions
plugin_in.h File Reference
#include "groonga_in.h"
#include "ctx.h"
#include "store.h"
Include dependency graph for plugin_in.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

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.

Function Documentation

grn_rc grn_plugin_close ( grn_ctx ctx,
grn_id  id 
)

Definition at line 242 of file plugin.c.

Here is the call graph for this function:

Here is the caller graph for this function:

char* grn_plugin_find_path ( grn_ctx ctx,
const char *  name 
)

Definition at line 387 of file plugin.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_id grn_plugin_open ( grn_ctx ctx,
const char *  filename 
)

Definition at line 184 of file plugin.c.

Here is the call graph for this function:

Here is the caller graph for this function:

const char* grn_plugin_path ( grn_ctx ctx,
grn_id  id 
)

Definition at line 72 of file plugin.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_id grn_plugin_reference ( grn_ctx ctx,
const char *  filename 
)

Definition at line 55 of file plugin.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_rc grn_plugins_fin ( void  )

Definition at line 314 of file plugin.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_rc grn_plugins_init ( void  )

Definition at line 304 of file plugin.c.

Here is the call graph for this function:

Here is the caller graph for this function: