Home
last modified time | relevance | path

Searched refs:cJSON_IsInvalid (Results 1 – 2 of 2) sorted by relevance

/external/iperf3/src/
Dcjson.h188 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item);
Dcjson.c2852 CJSON_PUBLIC(cJSON_bool) cJSON_IsInvalid(const cJSON * const item) in cJSON_IsInvalid() function
2954 if ((a == NULL) || (b == NULL) || ((a->type & 0xFF) != (b->type & 0xFF)) || cJSON_IsInvalid(a)) in cJSON_Compare()