Home | History | Annotate | Download | only in json-c

Lines Matching refs:json_tokener

2  * $Id: json_tokener.c,v 1.20 2006/07/25 03:24:50 mclark Exp $
31 #include "json_tokener.h"
96 enum json_tokener_error json_tokener_get_error(json_tokener *tok)
107 struct json_tokener* json_tokener_new_ex(int depth)
109 struct json_tokener *tok;
111 tok = (struct json_tokener*)calloc(1, sizeof(struct json_tokener));
124 struct json_tokener* json_tokener_new(void)
129 void json_tokener_free(struct json_tokener *tok)
137 static void json_tokener_reset_level(struct json_tokener *tok, int depth)
147 void json_tokener_reset(struct json_tokener *tok)
169 struct json_tokener* tok;
232 struct json_object* json_tokener_parse_ex(struct json_tokener *tok,
884 void json_tokener_set_flags(struct json_tokener *tok, int flags)