PLIST_BIN_ERR("%s: dict entry %"PRIu64" key index (%"PRIu64") must be smaller than the number of objects (%"PRIu64")\n",__func__,j,index1,bplist->num_objects);
PLIST_BIN_ERR("%s: dict entry %"PRIu64": key index (%"PRIu64") must be smaller than the number of objects (%"PRIu64")\n",__func__,j,index1,bplist->num_objects);
returnNULL;
}
if(index2>=bplist->num_objects){
plist_free(node);
PLIST_BIN_ERR("%s: dict entry %"PRIu64" value index (%"PRIu64") must be smaller than the number of objects (%"PRIu64")\n",__func__,j,index1,bplist->num_objects);
PLIST_BIN_ERR("%s: dict entry %"PRIu64": value index (%"PRIu64") must be smaller than the number of objects (%"PRIu64")\n",__func__,j,index1,bplist->num_objects);