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

  /external/chromium_org/third_party/sqlite/src/src/
vdbeaux.c 164 for(j=0; j<p->db->nDb; j++) sqlite3VdbeUsesBtree(p, j);
465 /* Check that sqlite3VdbeUsesBtree() was not called on this VM */
958 void sqlite3VdbeUsesBtree(Vdbe *p, int i){
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 132 milliseconds