Searched refs:xInit (Results 1 – 3 of 3) sorted by relevance
1795 int (*xInit)(void*); /* Initialize the memory allocator */ member9310 int (*xInit)(void*); member9332 int (*xInit)(void*); member
2114 int (*xInit)(void*); /* Initialize the memory allocator */ member9629 int (*xInit)(void*); member9651 int (*xInit)(void*); member30899 rc = sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocInit()55469 if( sqlite3GlobalConfig.pcache2.xInit==0 ){55474 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );55476 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);139631 sqlite3_loadext_entry xInit;139696 xInit = (sqlite3_loadext_entry)sqlite3OsDlSym(pVfs, handle, zEntry);139709 if( xInit==0 && zProc==0 ){[all …]
2104 return memtraceBase.xInit(p); in memtraceInit()2187 nRes = pcacheBase.xInit(pArg); in pcachetraceInit()