Home
last modified time | relevance | path

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

/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.c8607 #define sqlite3GlobalConfig GLOBAL(struct Sqlite3Config, sqlite3Config) macro
8613 #define sqlite3GlobalConfig sqlite3Config macro
14235 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * ( in sqlite3_db_status()
14771 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0; in osLocaltime()
14778 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1; in osLocaltime()
16137 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemMalloc()
16150 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemMalloc()
16206 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemRealloc()
16222 testcase( sqlite3GlobalConfig.xLog!=0 ); in sqlite3MemRealloc()
16495 if( !sqlite3GlobalConfig.bMemstat ){ in sqlite3MemInit()
[all …]