#include <config.h>
#include <yajl/yajl_gen.h>
#include <yajl/yajl_parse.h>
#include <yajl/yajl_version.h>
Go to the source code of this file.
|
#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) |
|
#define | yalloc(callbacks, client) yajl_alloc(callbacks, NULL, client) |
|
#define y |
( |
|
x, |
|
|
|
... |
|
) |
| yajl_gen_##x(gen, ##__VA_ARGS__) |
◆ yalloc
#define yalloc |
( |
|
callbacks, |
|
|
|
client |
|
) |
| yajl_alloc(callbacks, NULL, client) |
◆ ygenalloc
#define ygenalloc |
( |
| ) |
yajl_gen_alloc(NULL) |
◆ ystr
#define ystr |
( |
|
str | ) |
yajl_gen_string(gen, (unsigned char *)str, strlen(str)) |
◆ ylength