Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.c39 static int cJSON_strcasecmp(const char *s1,const char *s2) in cJSON_strcasecmp() function
512 …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()