HomeSort by relevance Sort by last modified time
    Searched refs:TableLock (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 628 typedef struct TableLock TableLock;
    [all...]
build.c 38 ** The TableLock structure is only used by the sqlite3TableLock() and
41 struct TableLock {
68 TableLock *p;
79 nBytes = sizeof(TableLock) * (pToplevel->nTableLock+1);
106 TableLock *p = &pParse->aTableLock[i];
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 60 milliseconds