i3
Macros | Typedefs
yajl_utils.h File Reference
#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,...)   yajl_gen_ ## x (gen, ##__VA_ARGS__)
 
#define ystr(str)   yajl_gen_string(gen, (unsigned char*)str, strlen(str))
 
#define ygenalloc()   yajl_gen_alloc(NULL, NULL);
 
#define yalloc(callbacks, client)   yajl_alloc(callbacks, NULL, NULL, client)
 

Typedefs

typedef unsigned int ylength
 

Macro Definition Documentation

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

Definition at line 18 of file yajl_utils.h.

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

Definition at line 27 of file yajl_utils.h.

Referenced by IPC_HANDLER().

#define ygenalloc ( )    yajl_gen_alloc(NULL, NULL);
#define ystr (   str)    yajl_gen_string(gen, (unsigned char*)str, strlen(str))

Definition at line 19 of file yajl_utils.h.

Typedef Documentation

typedef unsigned int ylength

Definition at line 28 of file yajl_utils.h.