#define GRN_API
Definition groonga.h:39
grn_encoding
Definition groonga.h:163
GRN_API grn_obj * grn_inspect_query_log_flags(grn_ctx *ctx, grn_obj *buffer, unsigned int flags)
Inspect the given query log flags and produce their names.
GRN_API grn_obj * grn_inspect_limited(grn_ctx *ctx, grn_obj *buffer, grn_obj *obj)
Inspect specified object and produce a length-limited textual representation.
GRN_API grn_obj * grn_inspect_name(grn_ctx *ctx, grn_obj *buffer, grn_obj *obj)
Inspect specified object and return the name of the specified object.
GRN_API grn_obj * grn_inspect_indented(grn_ctx *ctx, grn_obj *buffer, grn_obj *obj, const char *indent)
Inspect specified object and produce an indented textual representation.
GRN_API void grn_p_geo_point(grn_ctx *ctx, grn_geo_point *point)
Print inspected text of the given geo point.
GRN_API grn_obj * grn_inspect_key(grn_ctx *ctx, grn_obj *buffer, grn_obj *table, const void *key, uint32_t key_size)
GRN_API void grn_p_ii_values(grn_ctx *ctx, grn_obj *obj)
Print inspected text of the given index column values.
GRN_API grn_obj * grn_inspect_encoding(grn_ctx *ctx, grn_obj *buffer, grn_encoding encoding)
Inspect the given encoding and produce its name.
GRN_API void grn_p(grn_ctx *ctx, grn_obj *obj)
Print inspected text of the given object.
GRN_API grn_obj * grn_inspect_indent(grn_ctx *ctx, grn_obj *buffer, grn_obj *content, const char *indent)
GRN_API grn_obj * grn_inspect(grn_ctx *ctx, grn_obj *buffer, grn_obj *obj)
Inspect specified object and produce a textual representation.
GRN_API grn_obj * grn_inspect_type(grn_ctx *ctx, grn_obj *buffer, unsigned char type)
Inspect the given type and produce its name.