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

  /external/sqlite/dist/orig/
shell.c 337 static sqlite3 *globalDb = 0;
806 if( globalDb ) sqlite3_interrupt(globalDb);
    [all...]
  /external/sqlite/dist/
shell.c 343 static sqlite3 *globalDb = 0;
812 if( globalDb ) sqlite3_interrupt(globalDb);
    [all...]

Completed in 193 milliseconds