Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.c1058 item->type = cJSON_NULL; in parse_value()
1095 case cJSON_NULL: in print_value()
1827 if (item) item->type = cJSON_NULL; in cJSON_CreateNull()
2247 return (item->type & 0xFF) == cJSON_NULL; in cJSON_IsNull()
2293 case cJSON_NULL: in cJSON_Compare()
2312 case cJSON_NULL: in cJSON_Compare()
H A DcJSON.h90 #define cJSON_NULL (1 << 2) macro