Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_grn_ctx Struct Reference

#include <groonga.h>

Collaboration diagram for _grn_ctx:
Collaboration graph
[legend]

Data Fields

grn_rc rc
int flags
grn_encoding encoding
unsigned char ntrace
unsigned char errlvl
unsigned char stat
unsigned int seqno
unsigned int subno
unsigned int seqno2
unsigned int errline
grn_user_data user_data
grn_ctxprev
grn_ctxnext
const char * errfile
const char * errfunc
struct _grn_ctx_implimpl
void * trace [16]
char errbuf [GRN_CTX_MSGSIZE]

Detailed Description

Definition at line 195 of file groonga.h.

Field Documentation

grn_encoding encoding

Definition at line 198 of file groonga.h.

char errbuf[GRN_CTX_MSGSIZE]

Definition at line 213 of file groonga.h.

const char* errfile

Definition at line 209 of file groonga.h.

const char* errfunc

Definition at line 210 of file groonga.h.

unsigned int errline

Definition at line 205 of file groonga.h.

unsigned char errlvl

Definition at line 200 of file groonga.h.

int flags

Definition at line 197 of file groonga.h.

struct _grn_ctx_impl* impl

Definition at line 211 of file groonga.h.

grn_ctx* next

Definition at line 208 of file groonga.h.

unsigned char ntrace

Definition at line 199 of file groonga.h.

grn_ctx* prev

Definition at line 207 of file groonga.h.

grn_rc rc

Definition at line 196 of file groonga.h.

unsigned int seqno

Definition at line 202 of file groonga.h.

unsigned int seqno2

Definition at line 204 of file groonga.h.

unsigned char stat

Definition at line 201 of file groonga.h.

unsigned int subno

Definition at line 203 of file groonga.h.

void* trace[16]

Definition at line 212 of file groonga.h.

grn_user_data user_data

Definition at line 206 of file groonga.h.


The documentation for this struct was generated from the following file: