Lines Matching refs:idtentry
1346 struct idtentry *idtentry; in dtSplitPage() local
1533 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1534 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1889 struct idtentry *s; in dtSplitRoot()
2045 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3599 struct idtentry *ih; in dtCompare()
3621 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3677 struct idtentry *ih; in ciCompare()
3717 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3849 struct idtentry *ih; in dtGetKey()
3868 ih = (struct idtentry *) & p->slot[si]; in dtGetKey()
3912 struct idtentry *ih = NULL; in dtInsertEntry()
3957 ih = (struct idtentry *) h; in dtInsertEntry()
4075 struct idtentry *sih, *dih = NULL; in dtMoveEntry()
4151 sih = (struct idtentry *) s; in dtMoveEntry()
4155 dih = (struct idtentry *) h; in dtMoveEntry()
4292 si = ((struct idtentry *) t)->next; in dtDeleteEntry()
4385 ((struct idtentry *) t)->namlen = 0; in dtTruncateEntry()
4386 si = ((struct idtentry *) t)->next; in dtTruncateEntry()
4387 ((struct idtentry *) t)->next = -1; in dtTruncateEntry()