HomeSort by relevance Sort by last modified time
    Searched defs:iTable (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test3.c 219 int iTable;
231 if( Tcl_GetInt(interp, argv[2], &iTable) ) return TCL_ERROR;
237 rc = sqlite3BtreeLockTable(pBt, iTable, wrFlag);
240 rc = sqlite3BtreeCursor(pBt, iTable, wrFlag, 0, pCur);
btreeInt.h 306 ** is opened on the table with root page BtShared.iTable. Locks are removed
312 Pgno iTable; /* Root page of table */
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 435 milliseconds