Searched refs:cJSON_ReplaceItemInObject (Results 1 – 3 of 3) sorted by relevance
64 cJSON_bool cJSON_ReplaceItemInObject(cJSON* object, const char* string, cJSON* newitem);
229 if (!cJSON_ReplaceItemInObject(record, strKey, strArrJson)) { in UpdateStrArrayType()251 if (!cJSON_ReplaceItemInObject(record, APL_KEY_NAME, itemApl)) { in UpdateItemcontent()
282 cJSON_bool cJSON_ReplaceItemInObject(cJSON*object, const char *string, cJSON*newitem) in cJSON_ReplaceItemInObject() function