Home
last modified time | relevance | path

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

/petsc/src/mat/tests/ !
H A DcJSON.c1645 cJSON *string_item = cJSON_CreateString(string); in cJSON_AddStringToObject() local
1646 if (add_item_to_object(object, name, string_item, &global_hooks, false)) return string_item; in cJSON_AddStringToObject()
1648 cJSON_Delete(string_item); in cJSON_AddStringToObject()