Searched refs:child_pointer (Results 1 – 1 of 1) sorted by relevance
438 unsigned char *child_pointer = NULL; in detach_path() local448 child_pointer = (unsigned char*)strrchr((char*)parent_pointer, '/'); /* last '/' */ in detach_path()449 if (child_pointer == NULL) in detach_path()454 child_pointer[0] = '\0'; in detach_path()455 child_pointer++; in detach_path()458 decode_pointer_inplace(child_pointer); in detach_path()463 if (!decode_array_index_from_pointer(child_pointer, &index)) in detach_path()471 detached_item = cJSON_DetachItemFromObject(parent, (char*)child_pointer); in detach_path()819 unsigned char *child_pointer = NULL; in apply_patch() local968 child_pointer = (unsigned char*)strrchr((char*)parent_pointer, '/'); in apply_patch()[all …]