Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Ddelete.c488 int iOld = 0; /* First register in OLD.* array */ in sqlite3GenerateRowDelete() local
512 iOld = pParse->nMem+1; in sqlite3GenerateRowDelete()
517 sqlite3VdbeAddOp2(v, OP_Copy, iRowid, iOld); in sqlite3GenerateRowDelete()
520 sqlite3ExprCodeGetColumnOfTable(v, pTab, iCur, iCol, iOld+iCol+1); in sqlite3GenerateRowDelete()
526 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel in sqlite3GenerateRowDelete()
538 sqlite3FkCheck(pParse, pTab, iOld, 0); in sqlite3GenerateRowDelete()
555 sqlite3FkActions(pParse, pTab, 0, iOld); in sqlite3GenerateRowDelete()
559 TK_DELETE, 0, TRIGGER_AFTER, pTab, iOld, onconf, iLabel in sqlite3GenerateRowDelete()
Dpcache1.c830 unsigned int iOld, in pcache1Rekey() argument
837 assert( pPage->iKey==iOld ); in pcache1Rekey()
842 h = iOld%pCache->nHash; in pcache1Rekey()
/external/chromium_org/third_party/sqlite/src/test/
Dfuzz3.test88 binary scan $old_blob c iOld
89 return [expr {($offset<<8) + ($iOld&0xFF)}]
132 set iOld [modify_database $iNew]
163 modify_database $iOld
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c35744 unsigned int iOld,
35751 assert( pPage->iKey==iOld );
35756 h = iOld%pCache->nHash;
81545 int iOld = 0; /* First register in OLD.* array */
81569 iOld = pParse->nMem+1;
81574 sqlite3VdbeAddOp2(v, OP_Copy, iRowid, iOld);
81577 sqlite3ExprCodeGetColumnOfTable(v, pTab, iCur, iCol, iOld+iCol+1);
81583 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
81595 sqlite3FkCheck(pParse, pTab, iOld, 0);
81612 sqlite3FkActions(pParse, pTab, 0, iOld);
[all …]
/external/sqlite/dist/
Dsqlite3.c39472 unsigned int iOld,
39479 assert( pPage->iKey==iOld );
39484 h = iOld%pCache->nHash;
91480 int iOld = 0; /* First register in OLD.* array */
91513 iOld = pParse->nMem+1;
91518 sqlite3VdbeAddOp2(v, OP_Copy, iPk, iOld);
91523 sqlite3ExprCodeGetColumnOfTable(v, pTab, iDataCur, iCol, iOld+iCol+1);
91530 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
91547 sqlite3FkCheck(pParse, pTab, iOld, 0, 0, 0);
91564 sqlite3FkActions(pParse, pTab, 0, iOld, 0, 0);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c39452 unsigned int iOld,
39459 assert( pPage->iKey==iOld );
39464 h = iOld%pCache->nHash;
91460 int iOld = 0; /* First register in OLD.* array */
91493 iOld = pParse->nMem+1;
91498 sqlite3VdbeAddOp2(v, OP_Copy, iPk, iOld);
91503 sqlite3ExprCodeGetColumnOfTable(v, pTab, iDataCur, iCol, iOld+iCol+1);
91510 TK_DELETE, 0, TRIGGER_BEFORE, pTab, iOld, onconf, iLabel
91527 sqlite3FkCheck(pParse, pTab, iOld, 0, 0, 0);
91544 sqlite3FkActions(pParse, pTab, 0, iOld, 0, 0);
[all …]