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

/macosx-10.10/Heimdal-398.1.2/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 534 milliseconds