Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c159529 int *aXRef, /* Mapping from columns of pTab to entries in pChanges */
159604 int *aXRef, /* aXRef[j]>=0 if column j is being updated */ argument
159610 return aXRef[iIdxCol]>=0;
159616 aXRef,chngRowid);
159633 int *aXRef, /* aXRef[j]>=0 if column j is being updated */ argument
159638 aXRef, chngRowid);
159813 int *aXRef = 0; /* aXRef[i] is the index in pChanges->a[] of the local
159945 aXRef = sqlite3DbMallocRawNN(db, sizeof(int) * (pTab->nCol+nIdx+1) + nIdx+2 );
159946 if( aXRef==0 ) goto update_cleanup;
159947 aRegIdx = aXRef+pTab->nCol;
[all …]