Searched refs:cJSON_IsInvalid (Results 1 – 2 of 2) sorted by relevance
188 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item);
2852 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item) in cJSON_IsInvalid() function2954 if ((a == NULL) || (b == NULL) || ((a->type & 0xFF) != (b->type & 0xFF)) || cJSON_IsInvalid(a)) in cJSON_Compare()