Home | History | Annotate | Download | only in db

Lines Matching defs:ib

615 	static BTREEINFO ib;
629 ib.flags = atoi(eq);
630 return &ib;
633 ib.cachesize = atoi(eq);
634 return &ib;
637 ib.maxkeypage = atoi(eq);
638 return &ib;
641 ib.minkeypage = atoi(eq);
642 return &ib;
645 ib.lorder = atoi(eq);
646 return &ib;
649 ib.psize = atoi(eq);
650 return &ib;