Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h88 #define cJSON_False (1 << 0) macro
279 …type & (cJSON_False | cJSON_True))) ? (object)->type = ((object)->type & (~(cJSON_False | cJSON_Tr…
H A DcJSON.c1064 item->type = cJSON_False; in parse_value()
1101 case cJSON_False: in print_value()
1843 if (item) item->type = cJSON_False; in cJSON_CreateFalse()
1851 if (item) item->type = boolean ? cJSON_True : cJSON_False; in cJSON_CreateBool()
2227 return (item->type & 0xFF) == cJSON_False; in cJSON_IsFalse()
2241 return (item->type & (cJSON_True | cJSON_False)) != 0; in cJSON_IsBool()
2291 case cJSON_False: in cJSON_Compare()
2310 case cJSON_False: in cJSON_Compare()