Searched refs:iRegStore (Results 1 – 1 of 1) sorted by relevance
138960 int iRegStore, /* Register holding the first column */ argument138976 sqlite3TableAffinity(pParse->pVdbe, pTab, iRegStore);139026 pParse->iSelfTab = -iRegStore;139044 x = sqlite3TableColumnToStorage(pTab, i) + iRegStore;139596 int iRegStore; /* Register in which to store next column */ local140035 iRegStore = regData; assert( regData==regRowid+1 );140036 for(i=0; i<pTab->nCol; i++, iRegStore++){140045 sqlite3VdbeAddOp1(v, OP_SoftNull, iRegStore);140054 iRegStore--;140062 sqlite3VdbeAddOp1(v, OP_SoftNull, iRegStore);[all …]