Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_tests.c426 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()
/third_party/cJSON/
DcJSON.h239 CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string);
DcJSON_Utils.c1009 cJSON_DeleteItemFromObjectCaseSensitive(parent, (char*)child_pointer); in apply_patch()
1346 cJSON_DeleteItemFromObjectCaseSensitive(target, patch_child->string); in merge_patch()
DREADME.md251 Deleting items is done with `cJSON_DeleteItemFromObjectCaseSensitive`. It works like `cJSON_DetachI…
DcJSON.c2258 CJSON_PUBLIC(void) cJSON_DeleteItemFromObjectCaseSensitive(cJSON *object, const char *string) in cJSON_DeleteItemFromObjectCaseSensitive() function