Lines Matching defs:ctx
38 # define DEBUG_GEN_ALLOC(ctx) \ argument
44 # define DEBUG_GEN_ALLOC(ctx) \ argument
51 # define DEBUG_GEN_FREE(ctx) \ argument
53 # define DEBUG_GEN(ctx, type) yajl_gen_##type(ctx->g) argument
54 # define DEBUG_GEN_VALUE(ctx, type, value) yajl_gen_##type(ctx->g, value) argument
55 # define DEBUG_GEN_STRING(ctx, str, n) yajl_gen_string(ctx->g, str, n) argument
56 # define DEBUG_GEN_NUMBER(ctx, str, n) yajl_gen_number(ctx->g, str, n) argument
68 # define DEBUG_GEN_ALLOC(ctx) ((void)0) argument
69 # define DEBUG_GEN_FREE(ctx) ((void)0) argument
70 # define DEBUG_GEN(ctx, type) ((void)0) argument
71 # define DEBUG_GEN_VALUE(ctx, type, value) ((void)0) argument
72 # define DEBUG_GEN_STRING(ctx, value, length) ((void)0) argument
73 # define DEBUG_GEN_NUMBER(ctx, value, length) ((void)0) argument
74 # define DEBUG_GEN_REPORT(ctx) ((void)0) argument
468 libxl__yajl_ctx *ctx) in libxl__json_object_append_to()
689 libxl__yajl_ctx *ctx = opaque; in json_callback_null() local
704 libxl__yajl_ctx *ctx = opaque; in json_callback_boolean() local
730 libxl__yajl_ctx *ctx = opaque; in json_callback_number() local
777 libxl__yajl_ctx *ctx = opaque; in json_callback_string() local
800 libxl__yajl_ctx *ctx = opaque; in json_callback_map_key() local
831 libxl__yajl_ctx *ctx = opaque; in json_callback_start_map() local
846 libxl__yajl_ctx *ctx = opaque; in json_callback_end_map() local
863 libxl__yajl_ctx *ctx = opaque; in json_callback_start_array() local
878 libxl__yajl_ctx *ctx = opaque; in json_callback_end_array() local
982 char *libxl__object_to_json(libxl_ctx *ctx, const char *type, in libxl__object_to_json()
1074 int libxl__object_from_json(libxl_ctx *ctx, const char *type, in libxl__object_from_json()