Searched refs:_pb (Results 1 – 2 of 2) sorted by relevance
27 struct printbuf *_pb; member
185 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()