Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c173 static void encode_string_as_pointer(unsigned char *destination, const unsigned char *source) in encode_string_as_pointer() function
244 encode_string_as_pointer(full_pointer + 1, (unsigned char*)current_child->string); in cJSONUtils_FindPointerFromObjectTo()
1123 encode_string_as_pointer(full_path + path_length + 1, suffix); in compose_patch()
1249encode_string_as_pointer(new_path + path_length + 1, (unsigned char*)from_child->string); in create_patches()
DCHANGELOG.md54 * Fix bug in encode_string_as_pointer. Thanks @AIChangJiang for reporting, see [#439](https://githu…