Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Functions
string_in.h File Reference
#include "groonga_in.h"
#include "ctx.h"
#include "db.h"
#include "str.h"
Include dependency graph for string_in.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  grn_string

Functions

grn_objgrn_string_open_ (grn_ctx *ctx, const char *str, unsigned int str_len, grn_obj *normalizer, int flags, grn_encoding encoding)
grn_rc grn_string_close (grn_ctx *ctx, grn_obj *string)
grn_rc grn_string_inspect (grn_ctx *ctx, grn_obj *buffer, grn_obj *string)

Function Documentation

grn_rc grn_string_close ( grn_ctx ctx,
grn_obj string 
)

Definition at line 392 of file string.c.

Here is the caller graph for this function:

grn_rc grn_string_inspect ( grn_ctx ctx,
grn_obj buffer,
grn_obj string 
)

Definition at line 339 of file string.c.

Here is the call graph for this function:

Here is the caller graph for this function:

grn_obj* grn_string_open_ ( grn_ctx ctx,
const char *  str,
unsigned int  str_len,
grn_obj normalizer,
int  flags,
grn_encoding  encoding 
)

Definition at line 132 of file string.c.

Here is the call graph for this function:

Here is the caller graph for this function: