Searched refs:aXRef (Results 1 – 1 of 1) sorted by relevance
49 int *aXRef = 0; /* aXRef[i] is the index in pChanges->a[] of the in sqliteUpdate() local90 aXRef = sqliteMalloc( sizeof(int) * pTab->nCol ); in sqliteUpdate()91 if( aXRef==0 ) goto update_cleanup; in sqliteUpdate()92 for(i=0; i<pTab->nCol; i++) aXRef[i] = -1; in sqliteUpdate()132 aXRef[j] = i; in sqliteUpdate()153 aXRef[j] = -1; in sqliteUpdate()169 if( aXRef[pIdx->aiColumn[i]]>=0 ) break; in sqliteUpdate()184 if( aXRef[pIdx->aiColumn[i]]>=0 ) break; in sqliteUpdate()292 j = aXRef[i]; in sqliteUpdate()370 j = aXRef[i]; in sqliteUpdate()[all …]