Searched defs:yColCache (Results 1 – 1 of 1) sorted by relevance
11719 struct yColCache { struct11720 int iTable; /* Table cursor number */11721 int iColumn; /* Table column number */11722 u8 tempReg; /* iReg is a temp register that needs to be freed */11723 int iLevel; /* Nesting level */11724 int iReg; /* Reg with value of this column. 0 means none. */11725 int lru; /* Least recently used entry has the smallest value */