Home
last modified time | relevance | path

Searched refs:sprintbuf (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_object.c136 sprintbuf(pb, "\\u00%c%c", in json_escape_str()
317 sprintbuf(pb, "{" /*}*/); in json_object_object_to_json_string()
319 sprintbuf(pb, "\n"); in json_object_object_to_json_string()
324 sprintbuf(pb, ","); in json_object_object_to_json_string()
326 sprintbuf(pb, "\n"); in json_object_object_to_json_string()
330 sprintbuf(pb, " "); in json_object_object_to_json_string()
332 sprintbuf(pb, "\""); in json_object_object_to_json_string()
335 sprintbuf(pb, "\": "); in json_object_object_to_json_string()
337 sprintbuf(pb, "\":"); in json_object_object_to_json_string()
339 sprintbuf(pb, "null"); in json_object_object_to_json_string()
[all …]
Dprintbuf.h65 sprintbuf(struct printbuf *p, const char *msg, ...);
Dprintbuf.c153 int sprintbuf(struct printbuf *p, const char *msg, ...) in sprintbuf() function