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

  /external/chromium_org/third_party/sqlite/src/src/
test_mutex.c 34 int disableInit; /* True to cause sqlite3_initalize() to fail */
53 ** Or, if g.disableInit is non-zero, then do not initialize but instead
54 ** return the value of g.disableInit as the result code. This can be used
59 if( g.disableInit ) return g.disableInit;
435 (char*)&g.disableInit, TCL_LINK_INT);

Completed in 57 milliseconds