groonga_d.config

Undocumented in source.

Members

Functions

grn_conf_get
groonga_d.groonga.grn_rc grn_conf_get(groonga_d.groonga.grn_ctx* ctx, const(char)* key, int key_size, const(char)** value, uint* value_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_conf_set
groonga_d.groonga.grn_rc grn_conf_set(groonga_d.groonga.grn_ctx* ctx, const(char)* key, int key_size, const(char)* value, int value_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_config_cursor_get_key
uint grn_config_cursor_get_key(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* cursor, const(char)** key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_config_cursor_get_value
uint grn_config_cursor_get_value(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* cursor, const(char)** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_config_cursor_next
ubyte grn_config_cursor_next(groonga_d.groonga.grn_ctx* ctx, groonga_d.groonga.grn_obj* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_config_cursor_open
groonga_d.groonga.grn_obj* grn_config_cursor_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_config_delete
groonga_d.groonga.grn_rc grn_config_delete(groonga_d.groonga.grn_ctx* ctx, const(char)* key, int key_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_config_get
groonga_d.groonga.grn_rc grn_config_get(groonga_d.groonga.grn_ctx* ctx, const(char)* key, int key_size, const(char)** value, uint* value_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
grn_config_set
groonga_d.groonga.grn_rc grn_config_set(groonga_d.groonga.grn_ctx* ctx, const(char)* key, int key_size, const(char)* value, int value_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

GRN_CONFIG_MAX_KEY_SIZE
enum GRN_CONFIG_MAX_KEY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CONFIG_MAX_VALUE_SIZE
enum GRN_CONFIG_MAX_VALUE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CONFIG_VALUE_SPACE_SIZE
enum GRN_CONFIG_VALUE_SPACE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CONF_MAX_KEY_SIZE
enum GRN_CONF_MAX_KEY_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CONF_MAX_VALUE_SIZE
enum GRN_CONF_MAX_VALUE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GRN_CONF_VALUE_SPACE_SIZE
enum GRN_CONF_VALUE_SPACE_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta