i3
yajl_utils.h File Reference
#include <config.h>
#include <yajl/yajl_gen.h>
#include <yajl/yajl_parse.h>
#include <yajl/yajl_version.h>
Include dependency graph for yajl_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define y(x, ...)
 
#define ystr(str)
 
#define ygenalloc()
 
#define yalloc(callbacks, client)
 

Typedefs

typedef size_t ylength
 

Macro Definition Documentation

◆ y

#define y ( x,
... )
Value:
yajl_gen_##x(gen, ##__VA_ARGS__)

Definition at line 19 of file yajl_utils.h.

◆ yalloc

#define yalloc ( callbacks,
client )
Value:
yajl_alloc(callbacks, NULL, client)

Definition at line 23 of file yajl_utils.h.

Referenced by IPC_HANDLER(), and IPC_HANDLER().

◆ ygenalloc

◆ ystr

#define ystr ( str)
Value:
yajl_gen_string(gen, (unsigned char *)str, strlen(str))

Definition at line 20 of file yajl_utils.h.

Typedef Documentation

◆ ylength

typedef size_t ylength

Definition at line 24 of file yajl_utils.h.