Lines Matching defs:aChange
127914 ** actually updated, the corresponding element in the aChange[] array
127925 int *aChange, /* Array indicating modified columns */
127931 if( aChange[iChildKey]>=0 ) return 1;
127941 ** actually updated, the corresponding element in the aChange[] array
127952 int *aChange,
127960 if( aChange[iKey]>=0 || (iKey==pTab->iPKey && bChngRowid) ){
128016 int *aChange, /* Array indicating UPDATEd columns (or 0) */
128046 if( aChange
128048 && fkChildIsModified(pTab, pFKey, aChange, bChngRowid)==0
128145 if( aChange && fkParentIsModified(pTab, pFKey, aChange, bChngRowid)==0 ){
128178 int eAction = pFKey->aAction[aChange!=0];
128243 ** parameter aChange is passed a NULL value. For an UPDATE, aChange points
128246 ** entry in the aChange[] array is set to -1. If the column is modified,
128267 int *aChange, /* Non-NULL for UPDATE operations */
128273 if( !aChange ){
128285 if( fkChildIsModified(pTab, p, aChange, chngRowid) ){
128293 if( fkParentIsModified(pTab, p, aChange, chngRowid) ){
128534 int *aChange, /* Array indicating UPDATEd columns (or 0) */
128544 if( aChange==0 || fkParentIsModified(pTab, pFKey, aChange, bChngRowid) ){
215627 ** The keys of the SessionTable.aChange[] hash table are all rows that have
215808 ** this structure stored in a SessionTable.aChange[] hash table.
221022 ** record) is in aChange/nChange. The rebased change is appended to buffer
221041 u8 *aChange, int nChange, /* Record to rebase against */
221050 u8 *a2 = aChange;
221072 a2 = aChange;