HomeSort by relevance Sort by last modified time
    Searched full:addrselect (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
insert.c 457 int addrSelect = 0; /* Address of coroutine that implements the SELECT */
598 addrSelect = sqlite3VdbeCurrentAddr(v)+2;
599 sqlite3VdbeAddOp2(v, OP_Integer, addrSelect-1, dest.iParm);
629 if( pTrigger || readsTable(pParse, addrSelect, iDb, pTab) ){
    [all...]

Completed in 327 milliseconds