PLIST_BIN_ERR("%s: dict entry %llu key index (%llu) must be smaller than the number of objects (%llu)\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 %llu value index (%llu) must be smaller than the number of objects (%llu)\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);
PLIST_BIN_ERR("%s: array item %llu object index (%llu) must be smaller than the number of objects (%llu)\n",__func__,j,index1,bplist->num_objects);
PLIST_BIN_ERR("%s: array item %"PRIu64" object index (%"PRIu64") must be smaller than the number of objects (%"PRIu64")\n",__func__,j,index1,bplist->num_objects);