Lines Matching refs:DPRINTF

47 #define DPRINTF(a, b, c)	\  macro
52 #define DPRINTF(a, b, c) do { } while (/*CONSTCOND*/0)
133 DPRINTF("Parse string: ", uc, *ucp); in json_parse_string()
166 DPRINTF("Good string: ", uc, *ucp); in json_parse_string()
174 DPRINTF("Bad string: ", uc, *ucp); in json_parse_string()
185 DPRINTF("Parse array: ", uc, *ucp); in json_parse_array()
203 DPRINTF("Good array: ", uc, *ucp); in json_parse_array()
211 DPRINTF("Bad array: ", uc, *ucp); in json_parse_array()
221 DPRINTF("Parse object: ", uc, *ucp); in json_parse_object()
231 DPRINTF("not string", uc, *ucp); in json_parse_object()
234 DPRINTF("next field", uc, *ucp); in json_parse_object()
236 DPRINTF("not string", uc, *ucp); in json_parse_object()
243 DPRINTF("not colon", uc, *ucp); in json_parse_object()
247 DPRINTF("not json", uc, *ucp); in json_parse_object()
257 DPRINTF("Good object: ", uc, *ucp); in json_parse_object()
261 DPRINTF("not more", uc, *ucp); in json_parse_object()
267 DPRINTF("Bad object: ", uc, *ucp); in json_parse_object()
280 DPRINTF("Parse number: ", uc, *ucp); in json_parse_number()
317 DPRINTF("Bad number: ", uc, *ucp); in json_parse_number()
319 DPRINTF("Good number: ", uc, *ucp); in json_parse_number()
331 DPRINTF("Parse const: ", uc, *ucp); in json_parse_const()
337 DPRINTF("Bad const: ", uc, *ucp); in json_parse_const()
341 DPRINTF("Good const: ", uc, *ucp); in json_parse_const()
359 DPRINTF("Too many levels", uc, *ucp); in json_parse()
368 DPRINTF("Parse general: ", uc, *ucp); in json_parse()
405 DPRINTF("End general: ", uc, *ucp); in json_parse()