groonga_d.proc

Undocumented in source.

Members

Aliases

grn_proc_option_value_parse_func
alias grn_proc_option_value_parse_func = groonga_d.groonga.grn_rc function(groonga_d.groonga.grn_ctx* ctx, const(char)* name, groonga_d.groonga.grn_obj* value, const(char)* tag, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

GRN_PROC_INVALID
anonymousenum GRN_PROC_INVALID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_PROC_OPTION_VALUE_RAW
anonymousenum GRN_PROC_OPTION_VALUE_RAW
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_proc_option_value_type
enum grn_proc_option_value_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_proc_type
enum grn_proc_type
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

grn_proc_create
groonga_d.groonga.grn_obj* grn_proc_create(groonga_d.groonga.grn_ctx* ctx, const(char)* name, int name_size, grn_proc_type type, groonga_d.groonga.grn_proc_func* init, groonga_d.groonga.grn_proc_func* next, groonga_d.groonga.grn_proc_func* fin, uint nvars, 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_proc_get_info
groonga_d.groonga.grn_obj* grn_proc_get_info(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_user_data* user_data, groonga_d.groonga.grn_expr_var** vars, uint* nvars, groonga_d.groonga.grn_obj** caller)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_proc_get_type
grn_proc_type grn_proc_get_type(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* proc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_proc_options_parsev
groonga_d.groonga.grn_rc grn_proc_options_parsev(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* options, const(char)* tag, const(char)* name, core.stdc.stdarg.va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_proc_prefixed_options_parsev
groonga_d.groonga.grn_rc grn_proc_prefixed_options_parsev(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* options, const(char)* prefix, const(char)* tag, const(char)* name, core.stdc.stdarg.va_list args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta