if(node->flags&TOKU_DB_DUPSORT)result+=4*(node->u.n.n_children-1);/* data lengths */
if(node->flags&TOKU_DB_DUPSORT)result+=4*(node->u.n.n_children-1);/* data lengths */
result+=node->u.n.totalchildkeylens;/* the lengths of the pivot keys, without their key lengths. */
result+=node->u.n.totalchildkeylens;/* the lengths of the pivot keys, without their key lengths. */
result+=(8+4+4)*(node->u.n.n_children);/* For each child, a child offset, a count for the number of hash table entries, and the subtree fingerprint. */
result+=(8+4+4)*(node->u.n.n_children);/* For each child, a child offset, a count for the number of hash table entries, and the subtree fingerprint. */