groonga-d ~master (2021-11-05T15:06:01Z)
Home
Dub
Repo
grn_proc_create
groonga_d
proc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) nothrow @
nogc
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
)
Meta
Source
See Implementation
groonga_d
proc
aliases
grn_proc_option_value_parse_func
enums
GRN_PROC_INVALID
GRN_PROC_OPTION_VALUE_RAW
grn_proc_option_value_type
grn_proc_type
functions
grn_proc_create
grn_proc_get_info
grn_proc_get_type
grn_proc_options_parsev
grn_proc_prefixed_options_parsev