Home
last modified time | relevance | path

Searched refs:ctx (Results 1 – 2 of 2) sorted by relevance

/benchtests/
A Djson-lib.c27 ctx->fp = fp; in json_init()
45 do_indent (ctx); in json_document_begin()
58 do_indent (ctx); in json_document_end()
69 do_indent (ctx); in json_attr_object_begin()
85 do_indent (ctx); in json_attr_object_end()
98 do_indent (ctx); in json_attr_string()
111 do_indent (ctx); in json_attr_uint()
124 do_indent (ctx); in json_attr_int()
137 do_indent (ctx); in json_attr_double()
148 do_indent (ctx); in json_array_begin()
[all …]
A Djson-lib.h36 void json_document_begin (json_ctx_t *ctx);
37 void json_document_end (json_ctx_t *ctx);
39 void json_attr_object_end (json_ctx_t *ctx);
44 void json_array_begin (json_ctx_t *ctx, const char *name);
45 void json_array_end (json_ctx_t *ctx);
46 void json_element_string (json_ctx_t *ctx, const char *s);
47 void json_element_int (json_ctx_t *ctx, int64_t d);
48 void json_element_uint (json_ctx_t *ctx, uint64_t d);
49 void json_element_double (json_ctx_t *ctx, double d);
50 void json_element_object_begin (json_ctx_t *ctx);
[all …]

Completed in 4 milliseconds