groonga_d.plugin

Undocumented in source.

Members

Aliases

grn_plugin_mutex
alias grn_plugin_mutex = _grn_plugin_mutex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

GRN_PLUGIN_FIN
groonga_d.groonga.grn_rc GRN_PLUGIN_FIN(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_PLUGIN_INIT
groonga_d.groonga.grn_rc GRN_PLUGIN_INIT(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_PLUGIN_REGISTER
groonga_d.groonga.grn_rc GRN_PLUGIN_REGISTER(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_backtrace
void grn_plugin_backtrace(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_charlen
int grn_plugin_charlen(groonga_d.groonga.grn_ctx* ctx, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_clear_error
void grn_plugin_clear_error(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_command_create
groonga_d.groonga.grn_obj* grn_plugin_command_create(groonga_d.groonga.grn_ctx* ctx, const(char)* name, int name_size, groonga_d.groonga.grn_proc_func func, uint n_vars, groonga_d.groonga.grn_expr_var* vars)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_expr_var_init
groonga_d.groonga.grn_rc grn_plugin_expr_var_init(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_expr_var* var, const(char)* name, int name_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_isspace
int grn_plugin_isspace(groonga_d.groonga.grn_ctx* ctx, const(char)* str_ptr, uint str_length, groonga_d.groonga.grn_encoding encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_logtrace
void grn_plugin_logtrace(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_log_level level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_mutex_close
void grn_plugin_mutex_close(groonga_d.groonga.grn_ctx* ctx, grn_plugin_mutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_mutex_create
grn_plugin_mutex* grn_plugin_mutex_create(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_mutex_destroy
void grn_plugin_mutex_destroy(groonga_d.groonga.grn_ctx* ctx, grn_plugin_mutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_mutex_lock
void grn_plugin_mutex_lock(groonga_d.groonga.grn_ctx* ctx, grn_plugin_mutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_mutex_open
grn_plugin_mutex* grn_plugin_mutex_open(groonga_d.groonga.grn_ctx* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_mutex_unlock
void grn_plugin_mutex_unlock(groonga_d.groonga.grn_ctx* ctx, grn_plugin_mutex* mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_alloc
groonga_d.groonga.grn_obj* grn_plugin_proc_alloc(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, uint domain, ubyte flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_caller
groonga_d.groonga.grn_obj* grn_plugin_proc_get_caller(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_value_int64
long grn_plugin_proc_get_value_int64(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* value, long default_value_raw, const(char)* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_value_mode
groonga_d.groonga.grn_operator grn_plugin_proc_get_value_mode(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* value, groonga_d.groonga.grn_operator default_oeprator, const(char)* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_var
groonga_d.groonga.grn_obj* grn_plugin_proc_get_var(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, const(char)* name, int name_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_var_bool
ubyte grn_plugin_proc_get_var_bool(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, const(char)* name, int name_size, ubyte default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_var_by_offset
groonga_d.groonga.grn_obj* grn_plugin_proc_get_var_by_offset(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, uint offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_var_content_type
groonga_d.groonga.grn_content_type grn_plugin_proc_get_var_content_type(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, const(char)* name, int name_size, groonga_d.groonga.grn_content_type default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_var_int32
int grn_plugin_proc_get_var_int32(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, const(char)* name, int name_size, int default_value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_var_string
const(char)* grn_plugin_proc_get_var_string(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, const(char)* name, int name_size, size_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_proc_get_vars
groonga_d.groonga.grn_obj* grn_plugin_proc_get_vars(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_win32_base_dir
const(char)* grn_plugin_win32_base_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_plugin_windows_base_dir
const(char)* grn_plugin_windows_base_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_grn_plugin_mutex
struct _grn_plugin_mutex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta