Searched refs:iRegStore (Results 1 – 1 of 1) sorted by relevance
139181 int iRegStore, /* Register holding the first column */ argument139197 sqlite3TableAffinity(pParse->pVdbe, pTab, iRegStore);139247 pParse->iSelfTab = -iRegStore;139265 x = sqlite3TableColumnToStorage(pTab, i) + iRegStore;139817 int iRegStore; /* Register in which to store next column */ local140256 iRegStore = regData; assert( regData==regRowid+1 );140257 for(i=0; i<pTab->nCol; i++, iRegStore++){140266 sqlite3VdbeAddOp1(v, OP_SoftNull, iRegStore);140275 iRegStore--;140283 sqlite3VdbeAddOp1(v, OP_SoftNull, iRegStore);[all …]