Home
last modified time | relevance | path

Searched refs:aXRef (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A Dupdate.c49 int *aXRef = 0; /* aXRef[i] is the index in pChanges->a[] of the in sqliteUpdate() local
90 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 …]