Searched refs:aXRef (Results 1 – 1 of 1) sorted by relevance
46 int *aXRef = 0; /* aXRef[i] is the index in pChanges->a[] of the in sqliteUpdate() local87 aXRef = sqliteMalloc( sizeof(int) * pTab->nCol ); in sqliteUpdate()88 if( aXRef==0 ) goto update_cleanup; in sqliteUpdate()89 for(i=0; i<pTab->nCol; i++) aXRef[i] = -1; in sqliteUpdate()129 aXRef[j] = i; in sqliteUpdate()150 aXRef[j] = -1; in sqliteUpdate()166 if( aXRef[pIdx->aiColumn[i]]>=0 ) break; in sqliteUpdate()181 if( aXRef[pIdx->aiColumn[i]]>=0 ) break; in sqliteUpdate()289 j = aXRef[i]; in sqliteUpdate()367 j = aXRef[i]; in sqliteUpdate()[all …]