Lines Matching refs:idtentry
1347 struct idtentry *idtentry; in dtSplitPage() local
1534 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1535 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1890 struct idtentry *s; in dtSplitRoot()
2046 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3598 struct idtentry *ih; in dtCompare()
3620 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3676 struct idtentry *ih; in ciCompare()
3716 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3848 struct idtentry *ih; in dtGetKey()
3867 ih = (struct idtentry *) & p->slot[si]; in dtGetKey()
3911 struct idtentry *ih = NULL; in dtInsertEntry()
3956 ih = (struct idtentry *) h; in dtInsertEntry()
4074 struct idtentry *sih, *dih = NULL; in dtMoveEntry()
4150 sih = (struct idtentry *) s; in dtMoveEntry()
4154 dih = (struct idtentry *) h; in dtMoveEntry()
4291 si = ((struct idtentry *) t)->next; in dtDeleteEntry()
4384 ((struct idtentry *) t)->namlen = 0; in dtTruncateEntry()
4385 si = ((struct idtentry *) t)->next; in dtTruncateEntry()
4386 ((struct idtentry *) t)->next = -1; in dtTruncateEntry()