Searched refs:cJSON_Invalid (Results 1 – 7 of 7) sorted by relevance
116 assert_has_type(item, cJSON_Invalid);\
156 invalid->type = cJSON_Invalid; in typecheck_functions_should_check_type()
89 #define cJSON_Invalid (0) macro
2010 int new_type = cJSON_Invalid; in add_item_to_object()2884 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()
843 static const cJSON invalid = { NULL, NULL, NULL, cJSON_Invalid, NULL, 0, 0, NULL}; in apply_patch()
349 * New type for cJSON structs: `cJSON_Invalid`, see [#108](https://github.com/DaveGamble/cJSON/pull/…
194 * `cJSON_Invalid` (check with `cJSON_IsInvalid`): Represents an invalid item that doesn't contain a…