Searched refs:child_pointer (Results 1 – 1 of 1) sorted by relevance
433 unsigned char *child_pointer = NULL; in detach_path() local443 child_pointer = (unsigned char*)strrchr((char*)parent_pointer, '/'); /* last '/' */ in detach_path()444 if (child_pointer == NULL) in detach_path()449 child_pointer[0] = '\0'; in detach_path()450 child_pointer++; in detach_path()453 decode_pointer_inplace(child_pointer); in detach_path()458 if (!decode_array_index_from_pointer(child_pointer, &index)) in detach_path()466 detached_item = cJSON_DetachItemFromObject(parent, (char*)child_pointer); in detach_path()814 unsigned char *child_pointer = NULL; in apply_patch() local964 child_pointer = (unsigned char*)strrchr((char*)parent_pointer, '/'); in apply_patch()[all …]