Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c730 static cJSON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_s… in get_object_item() function
744 cJSON *operation = get_object_item(patch, "op", case_sensitive); in decode_patch_operation()
817 path = get_object_item(patch, "path", case_sensitive); in apply_patch()
834 …on(get_item_from_pointer(object, path->valuestring, case_sensitive), get_object_item(patch, "value… in apply_patch()
853 value = get_object_item(patch, "value", case_sensitive); in apply_patch()
908 cJSON *from = get_object_item(patch, "from", case_sensitive); in apply_patch()
943 value = get_object_item(patch, "value", case_sensitive); in apply_patch()
DcJSON.c1885 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool… in get_object_item() function
1919 return get_object_item(object, string, false); in cJSON_GetObjectItem()
1924 return get_object_item(object, string, true); in cJSON_GetObjectItemCaseSensitive()
2381 …return cJSON_ReplaceItemViaPointer(object, get_object_item(object, string, case_sensitive), replac… in replace_item_in_object()
3085 b_element = get_object_item(b, a_element->string, case_sensitive); in cJSON_Compare()
3101 a_element = get_object_item(a, b_element->string, case_sensitive); in cJSON_Compare()