Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A DcJSON.h95 #define cJSON_Raw (1 << 7) /* raw json */ macro
H A DcJSON.c1116 case cJSON_Raw: { in print_value()
1928 item->type = cJSON_Raw; in cJSON_CreateRaw()
2282 return (item->type & 0xFF) == cJSON_Raw; in cJSON_IsRaw()
2296 case cJSON_Raw: in cJSON_Compare()
2320 case cJSON_Raw: in cJSON_Compare()