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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14744 #define sqlite3GlobalConfig GLOBAL(struct Sqlite3Config, sqlite3Config) macro
14750 #define sqlite3GlobalConfig sqlite3Config macro
21895 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
22498 ** If the sqlite3GlobalConfig.bLocaltimeFault variable is true then this
22515 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
22522 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1;
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7838 #define sqlite3GlobalConfig GLOBAL(struct Sqlite3Config, sqlite3Config) macro
7844 #define sqlite3GlobalConfig sqlite3Config macro
13151 nByte += sqlite3GlobalConfig.m.xRoundup(sizeof(HashElem)) * (
13629 ** If the sqlite3GlobalConfig.bLocaltimeFault variable is true then this
13643 if( sqlite3GlobalConfig.bLocaltimeFault ) pX = 0;
13650 if( sqlite3GlobalConfig.bLocaltimeFault ) return 1;
14799 ** sqlite3GlobalConfig.m with pointers to the routines in this file.
14863 testcase( sqlite3GlobalConfig.xLog!=0 );
14916 testcase( sqlite3GlobalConfig.xLog!=0 );
14951 ** sqlite3GlobalConfig
[all...]

Completed in 823 milliseconds