Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_object_private.h27 struct printbuf *_pb; member
Djson_object.c185 printbuf_free(jso->_pb); in json_object_generic_delete()
281 if ((!jso->_pb) && !(jso->_pb = printbuf_new())) in json_object_to_json_string_ext()
284 printbuf_reset(jso->_pb); in json_object_to_json_string_ext()
286 if(jso->_to_json_string(jso, jso->_pb, 0, flags) < 0) in json_object_to_json_string_ext()
289 return jso->_pb->buf; in json_object_to_json_string_ext()