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

  /external/chromium_org/third_party/sqlite/src/src/
test_multiplex.c 106 int bEnabled; /* TRUE to use Multiplex VFS for this file */
335 pGroup->bEnabled = -1;
360 pGroup->bEnabled = 0;
509 if( !pGroup->bEnabled ){
549 if( !pGroup->bEnabled ){
584 if( !pGroup->bEnabled ){
656 if( !pGroup->bEnabled ){
760 int bEnabled = *(int *)pArg;
761 pGroup->bEnabled = bEnabled;
    [all...]
sqliteInt.h 746 ** schema information, the Lookaside.bEnabled flag is cleared so that
751 u8 bEnabled; /* False to disable new lookaside allocations */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 1271 milliseconds