Searched refs:print_object (Results 1 – 1 of 1) sorted by relevance
839 static cJSON_bool print_object(const cJSON *const item, printbuffer *const output_buffer);1134 return print_object(item, output_buffer); in print_value()1335 static cJSON_bool print_object(const cJSON *const item, printbuffer *const output_buffer) in print_object() function