Home
last modified time | relevance | path

Searched refs:printbuf_new (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/msm8998/json-c/
Dprintbuf.h30 printbuf_new(void);
Dprintbuf.c33 struct printbuf* printbuf_new(void) in printbuf_new() function
Djson_util.c79 if(!(pb = printbuf_new())) { in json_object_from_file()
Djson_object.c281 if ((!jso->_pb) && !(jso->_pb = printbuf_new())) in json_object_to_json_string_ext()
Djson_tokener.c118 tok->pb = printbuf_new(); in json_tokener_new_ex()