Lines Matching refs:format
441 cJSON_bool format; /* is this print a formatted print */ member
1192 static unsigned char *print(const cJSON * const item, cJSON_bool format, const internal_hooks * con… in print() argument
1203 buffer->format = format; in print()
1285 p.format = fmt; in cJSON_PrintBuffered()
1297 …bool) cJSON_PrintPreallocated(cJSON *item, char *buffer, const int length, const cJSON_bool format) in cJSON_PrintPreallocated() argument
1310 p.format = format; in cJSON_PrintPreallocated()
1572 length = (size_t) (output_buffer->format ? 2 : 1); in print_array()
1579 if(output_buffer->format) in print_array()
1723 length = (size_t) (output_buffer->format ? 2 : 1); /* fmt: {\n */ in print_object()
1732 if (output_buffer->format) in print_object()
1740 if (output_buffer->format) in print_object()
1762 length = (size_t) (output_buffer->format ? 2 : 1); in print_object()
1769 if (output_buffer->format) in print_object()
1783 length = ((size_t)(output_buffer->format ? 1 : 0) + (size_t)(current_item->next ? 1 : 0)); in print_object()
1794 if (output_buffer->format) in print_object()
1804 output_pointer = ensure(output_buffer, output_buffer->format ? (output_buffer->depth + 1) : 2); in print_object()
1809 if (output_buffer->format) in print_object()