Home
last modified time | relevance | path

Searched refs:cJSON_Invalid (Results 1 – 7 of 7) sorted by relevance

/third_party/cJSON/tests/
Dcommon.h116 assert_has_type(item, cJSON_Invalid);\
Dmisc_tests.c156 invalid->type = cJSON_Invalid; in typecheck_functions_should_check_type()
/third_party/cJSON/
DcJSON.h89 #define cJSON_Invalid (0) macro
DcJSON.c2010 int new_type = cJSON_Invalid; in add_item_to_object()
2884 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()
DcJSON_Utils.c843 static const cJSON invalid = { NULL, NULL, NULL, cJSON_Invalid, NULL, 0, 0, NULL}; in apply_patch()
DCHANGELOG.md349 * New type for cJSON structs: `cJSON_Invalid`, see [#108](https://github.com/DaveGamble/cJSON/pull/…
DREADME.md194 * `cJSON_Invalid` (check with `cJSON_IsInvalid`): Represents an invalid item that doesn't contain a…