Home
last modified time | relevance | path

Searched refs:printbuffer (Results 1 - 8 of 8) sorted by relevance

/third_party/cJSON/tests/
H A Dprint_object.c34 printbuffer formatted_buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_object()
35 printbuffer unformatted_buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_object()
H A Dprint_array.c34 printbuffer formatted_buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_array()
35 printbuffer unformatted_buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_array()
H A Dprint_number.c32 printbuffer buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_int64_number()
52 printbuffer buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_number()
H A Dprint_string.c30 printbuffer buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_string()
H A Dprint_value.c35 printbuffer buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } }; in assert_print_value()
H A Dmisc_tests.c477 printbuffer buffer = {NULL, 10, 0, 0, false, false, {&malloc, &free, &failing_realloc}}; in ensure_should_fail_on_failed_realloc()
/third_party/vulkan-loader/loader/
H A DcJSON.c144 } printbuffer; typedef
146 static char *ensure(const VkAllocationCallbacks *pAllocator, printbuffer *p, size_t needed) { in ensure()
167 static size_t cJSON_update(printbuffer *p) { in cJSON_update()
175 static char *print_number(cJSON *item, printbuffer *p) { in print_number()
348 static char *print_string_ptr(const VkAllocationCallbacks *pAllocator, const char *str, printbuffer *p) { in print_string_ptr()
443 static char *print_string(cJSON *item, printbuffer *p) { return print_string_ptr(item->pAllocator, item->valuestring, p); } in print_string()
447 static char *print_value(cJSON *item, int depth, int fmt, printbuffer *p);
449 static char *print_array(cJSON *item, int depth, int fmt, printbuffer *p);
451 static char *print_object(cJSON *item, int depth, int fmt, printbuffer *p);
532 static char *print_value(cJSON *item, int depth, int fmt, printbuffer *
[all...]
/third_party/cJSON/
H A DcJSON.c602 } printbuffer; typedef
604 /* realloc printbuffer if necessary to have at least "needed" bytes more */
605 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure()
690 /* calculate the new length of the string in a printbuffer and update the offset */
691 static void update_offset(printbuffer * const buffer) in update_offset()
712 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number()
787 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number()
1145 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_buffer) in print_string_ptr()
1267 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string()
1274 static cJSON_bool print_value(const cJSON * const item, printbuffer * cons
[all...]

Completed in 10 milliseconds