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

  /external/chromium_org/third_party/sqlite/src/src/
prepare.c 251 pDb->pSchema->schema_cookie = meta[BTREE_SCHEMA_VERSION-1];
474 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){
vdbeblob.c 268 sqlite3VdbeChangeP2(v, 1, pTab->pSchema->schema_cookie);
sqliteInt.h 687 int schema_cookie; /* Database schema version number for this file */ member in struct:Schema
    [all...]
build.c     [all...]
vdbe.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 9032 int schema_cookie; \/* Database schema version number for this file *\/ member in struct:Schema
    [all...]

Completed in 339 milliseconds