OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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