Lines Matching refs:add_item_to_object
2259 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const item, const internal_hooks * const hooks, const cJSON_bool constant_key)
2298 return add_item_to_object(object, string, item, &global_hooks, false);
2304 return add_item_to_object(object, string, item, &global_hooks, true);
2324 return add_item_to_object(object, string, create_reference(item, &global_hooks), &global_hooks, false);
2330 if (add_item_to_object(object, name, null, &global_hooks, false))
2342 if (add_item_to_object(object, name, true_item, &global_hooks, false))
2354 if (add_item_to_object(object, name, false_item, &global_hooks, false))
2366 if (add_item_to_object(object, name, bool_item, &global_hooks, false))
2379 if (add_item_to_object(object, name, int_item, &global_hooks, false))
2392 if (add_item_to_object(object, name, number_item, &global_hooks, false))
2404 if (add_item_to_object(object, name, string_item, &global_hooks, false))
2416 if (add_item_to_object(object, name, raw_item, &global_hooks, false))
2428 if (add_item_to_object(object, name, object_item, &global_hooks, false))
2440 if (add_item_to_object(object, name, array, &global_hooks, false))