Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h9049 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
H A Dsqlite3.c10088 sqlite3_int64 iKey2 /* New rowid value (for a rowid UPDATE) */
20408 i64 iKey2; /* Second key value passed to hook */ member
81244 i64 iKey2;
81252 iKey1 = iKey2 = 0;
81256 iKey2 = v->aMem[iReg].u.i;
81258 iKey2 = iKey1;
81275 preupdate.iKey2 = iKey2;
81279 db->xPreUpdateCallback(db->pPreUpdateArg, db, op, zDb, zTbl, iKey1, iKey2);
83179 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
83201 sqlite3VdbeMemSetInt64(pMem, p->iKey2);
[all …]

Completed in 510 milliseconds