Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dinsert.c720 int regData; /* register holding first column to insert */ in sqlite3Insert() local
2528 int regData /* Data containing new record */ in codeWithoutRowidPreupdate()
2801 int regData, regRowid; /* Registers holding data and rowid */ in xferOptimization() local
H A Dfkey.c327 int regData, /* Address of array containing child table row */ in fkLookupParent()
554 int regData, /* Parent row data starts here */ in fkScanChildren()
H A Dselect.c691 int regData, /* First register holding data to be sorted */ in pushOntoSorter()
H A DsqliteInt.h3323 int regData; /* First register holding array of VALUES */ member