Lines Matching refs:idtentry
1339 struct idtentry *idtentry; in dtSplitPage() local
1526 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1527 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1882 struct idtentry *s; in dtSplitRoot()
2038 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3590 struct idtentry *ih; in dtCompare()
3612 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3668 struct idtentry *ih; in ciCompare()
3708 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3840 struct idtentry *ih; in dtGetKey()
3859 ih = (struct idtentry *) & p->slot[si]; in dtGetKey()
3903 struct idtentry *ih = NULL; in dtInsertEntry()
3948 ih = (struct idtentry *) h; in dtInsertEntry()
4066 struct idtentry *sih, *dih = NULL; in dtMoveEntry()
4142 sih = (struct idtentry *) s; in dtMoveEntry()
4146 dih = (struct idtentry *) h; in dtMoveEntry()
4283 si = ((struct idtentry *) t)->next; in dtDeleteEntry()
4376 ((struct idtentry *) t)->namlen = 0; in dtTruncateEntry()
4377 si = ((struct idtentry *) t)->next; in dtTruncateEntry()
4378 ((struct idtentry *) t)->next = -1; in dtTruncateEntry()