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

  /external/chromium_org/third_party/sqlite/src/src/
tclsqlite.c 121 int disableAuth; /* Disable the authorizer if it exists */
854 if( pDb->disableAuth ) return SQLITE_OK;
1010 pDb->disableAuth++;
1028 pDb->disableAuth--;
    [all...]

Completed in 104 milliseconds