Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dupdate.c100 int *aXRef, /* aXRef[j]>=0 if column j is being updated */ in indexColumnIsBeingUpdated()
129 int *aXRef, /* aXRef[j]>=0 if column j is being updated */ in indexWhereClauseMightChange()
308 int *aXRef = 0; /* aXRef[i] is the index in pChanges->a[] of the in sqlite3Update() local
1190 int *aXRef, /* Mapping from columns of pTab to entries in pChanges */ in updateVirtualTable()