Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Structures | Macros | Typedefs | Functions
irep.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mrb_irep

Macros

#define MRB_ISEQ_NO_FREE   1

Typedefs

typedef struct mrb_irep mrb_irep

Functions

mrb_irepmrb_add_irep (mrb_state *mrb)
mrb_value mrb_load_irep (mrb_state *, const uint8_t *)

Macro Definition Documentation

#define MRB_ISEQ_NO_FREE   1

Definition at line 33 of file irep.h.

Typedef Documentation

typedef struct mrb_irep mrb_irep

Function Documentation

mrb_irep* mrb_add_irep ( mrb_state mrb)

Definition at line 158 of file state.c.

Here is the call graph for this function:

mrb_value mrb_load_irep ( mrb_state ,
const uint8_t *   
)

Definition at line 504 of file load.c.

Here is the call graph for this function:

Here is the caller graph for this function: