Searched defs:sqlite3GlobalConfig (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c6748 #define sqlite3GlobalConfig GLOBAL(struct Sqlite3Config, sqlite3Config) macro
6754 #define sqlite3GlobalConfig sqlite3Config macro
12481 ** sqlite3GlobalConfig.m with pointers to the routines in this file.
12545 testcase( sqlite3GlobalConfig.xLog!=0 );
12599 testcase( sqlite3GlobalConfig.xLog!=0 );
12634 ** sqlite3GlobalConfig.m with pointers to the routines in this file.
12841 if( !sqlite3GlobalConfig.bMemstat ){
12954 assert( sqlite3GlobalConfig.bMemstat || mem.mutex!=0 );
13009 ** sqlite3GlobalConfig.m with pointers to the routines in this file.
13341 ** sqlite3GlobalConfig
[all...]

Completed in 256 milliseconds