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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8048 #define sqlite3GlobalConfig GLOBAL(struct Sqlite3Config, sqlite3Config) macro
8054 #define sqlite3GlobalConfig sqlite3Config macro
13428 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
13933 ** If the sqlite3GlobalConfig.bLocaltimeFault variable is true then this
13947 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
13954 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1;
15126 ** sqlite3GlobalConfig.m with pointers to the routines in this file.
15226 testcase( sqlite3GlobalConfig.xLog!=0 );
15239 testcase( sqlite3GlobalConfig.xLog!=0 );
15295 testcase( sqlite3GlobalConfig
[all...]

Completed in 396 milliseconds