Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h87 #define cJSON_Invalid (0) macro
279 …->type & (~(cJSON_False | cJSON_True))) | ((boolValue) ? cJSON_True : cJSON_False) : cJSON_Invalid)
H A DcJSON.c1551 int new_type = cJSON_Invalid; in add_item_to_object()
2220 return (item->type & 0xFF) == cJSON_Invalid; in cJSON_IsInvalid()