Lines Matching refs:idtentry
1334 struct idtentry *idtentry; in dtSplitPage() local
1521 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1522 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1877 struct idtentry *s; in dtSplitRoot()
2033 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3287 struct idtentry *ih; in dtCompare()
3309 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3365 struct idtentry *ih; in ciCompare()
3405 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3537 struct idtentry *ih; in dtGetKey()
3556 ih = (struct idtentry *) & p->slot[si]; in dtGetKey()
3600 struct idtentry *ih = NULL; in dtInsertEntry()
3645 ih = (struct idtentry *) h; in dtInsertEntry()
3763 struct idtentry *sih, *dih = NULL; in dtMoveEntry()
3839 sih = (struct idtentry *) s; in dtMoveEntry()
3843 dih = (struct idtentry *) h; in dtMoveEntry()
3980 si = ((struct idtentry *) t)->next; in dtDeleteEntry()
4073 ((struct idtentry *) t)->namlen = 0; in dtTruncateEntry()
4074 si = ((struct idtentry *) t)->next; in dtTruncateEntry()
4075 ((struct idtentry *) t)->next = -1; in dtTruncateEntry()