Searched refs:cJSON_String (Results 1 – 8 of 8) sorted by relevance
404 if (!(object->type & cJSON_String) || (object->type & cJSON_IsReference)) in cJSON_SetValuestring()875 item->type = cJSON_String; in parse_string()1422 case cJSON_String: in print_value()2451 item->type = cJSON_String; in cJSON_CreateString()2468 item->type = cJSON_String | cJSON_IsReference; in cJSON_CreateStringReference()2944 return (item->type & 0xFF) == cJSON_String; in cJSON_IsString()2991 case cJSON_String: in cJSON_Compare()3022 case cJSON_String: in cJSON_Compare()
94 #define cJSON_String (1 << 4) macro
406 if (!(object->type & cJSON_String) || (object->type & cJSON_IsReference)) in cJSON_SetValuestring()884 item->type = cJSON_String; in parse_string()1431 case cJSON_String: in print_value()2460 item->type = cJSON_String; in cJSON_CreateString()2477 item->type = cJSON_String | cJSON_IsReference; in cJSON_CreateStringReference()2957 return (item->type & 0xFF) == cJSON_String; in cJSON_IsString()3004 case cJSON_String: in cJSON_Compare()3035 case cJSON_String: in cJSON_Compare()
629 case cJSON_String: in compare_json()1166 case cJSON_String: in create_patches()
36 #define cJSON_String 4 macro
210 item->type=cJSON_String; in parse_string()312 case cJSON_String: out=print_string(item);break; in print_value()543 …const char *string) {cJSON *item=cJSON_New_Item();if(item){item->type=cJSON_String;item->valuestri… in cJSON_CreateString()
89 #define cJSON_String (1 << 4) macro
776 if ((sub_JSON->type != cJSON_String) || (sub_JSON->valuestring == NULL)) { in tcp_command_parse()