Searched refs:cJSON_strcasecmp (Results 1 – 1 of 1) sorted by relevance
39 static int cJSON_strcasecmp(const char *s1,const char *s2) in cJSON_strcasecmp() function512 …ON *object,const char *string) {cJSON *c=object->child; while (c && cJSON_strcasecmp(c->string,str… in cJSON_GetObjectItem()528 …ect,const char *string) {int i=0;cJSON *c=object->child;while (c && cJSON_strcasecmp(c->string,str… in cJSON_DetachItemFromObject()535 …r *string,cJSON *newitem){int i=0;cJSON *c=object->child;while(c && cJSON_strcasecmp(c->string,str… in cJSON_ReplaceItemInObject()