Searched refs:cJSON_DeleteItemFromObjectCaseSensitive (Results 1 – 5 of 5) sorted by relevance
426 cJSON_DeleteItemFromObjectCaseSensitive(NULL, "item"); in cjson_functions_should_not_crash_with_null_pointers()427 cJSON_DeleteItemFromObjectCaseSensitive(item, NULL); in cjson_functions_should_not_crash_with_null_pointers()
239 CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string);
1009 cJSON_DeleteItemFromObjectCaseSensitive(parent, (char*)child_pointer); in apply_patch()1346 cJSON_DeleteItemFromObjectCaseSensitive(target, patch_child->string); in merge_patch()
251 Deleting items is done with `cJSON_DeleteItemFromObjectCaseSensitive`. It works like `cJSON_DetachI…
2258 CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string) in cJSON_DeleteItemFromObjectCaseSensitive() function