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()
3292 struct idtentry *ih; in dtCompare()
3314 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3370 struct idtentry *ih; in ciCompare()
3410 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3542 struct idtentry *ih; in dtGetKey()
3561 ih = (struct idtentry *) & p->slot[si]; in dtGetKey()
3605 struct idtentry *ih = NULL; in dtInsertEntry()
3650 ih = (struct idtentry *) h; in dtInsertEntry()
3768 struct idtentry *sih, *dih = NULL; in dtMoveEntry()
3844 sih = (struct idtentry *) s; in dtMoveEntry()
3848 dih = (struct idtentry *) h; in dtMoveEntry()
3985 si = ((struct idtentry *) t)->next; in dtDeleteEntry()
4078 ((struct idtentry *) t)->namlen = 0; in dtTruncateEntry()
4079 si = ((struct idtentry *) t)->next; in dtTruncateEntry()
4080 ((struct idtentry *) t)->next = -1; in dtTruncateEntry()