Home
last modified time | relevance | path

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

/iperf/src/
H A Dcjson.c2147 cJSON *string_item = cJSON_CreateString(string); in cJSON_AddStringToObject() local
2148 if (add_item_to_object(object, name, string_item, &global_hooks, false)) in cJSON_AddStringToObject()
2150 return string_item; in cJSON_AddStringToObject()
2153 cJSON_Delete(string_item); in cJSON_AddStringToObject()