Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
load.c File Reference
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include "mruby/dump.h"
#include "mruby/irep.h"
#include "mruby/proc.h"
#include "mruby/debug.h"
Include dependency graph for load.c:

Go to the source code of this file.

Macros

#define SIZE_ERROR_MUL(x, y)   (0)
#define SIZE_ERROR(x)   (0)

Functions

int32_t mrb_read_irep (mrb_state *mrb, const uint8_t *bin)
mrb_value mrb_load_irep (mrb_state *mrb, const uint8_t *bin)

Macro Definition Documentation

#define SIZE_ERROR (   x)    (0)

Definition at line 26 of file load.c.

#define SIZE_ERROR_MUL (   x,
 
)    (0)

Definition at line 25 of file load.c.

Function Documentation

mrb_value mrb_load_irep ( mrb_state mrb,
const uint8_t *  bin 
)

Definition at line 504 of file load.c.

Here is the call graph for this function:

Here is the caller graph for this function:

int32_t mrb_read_irep ( mrb_state mrb,
const uint8_t *  bin 
)

Definition at line 442 of file load.c.

Here is the call graph for this function:

Here is the caller graph for this function: