Searched refs:xInit (Results 1 – 3 of 3) sorted by relevance
1820 int (*xInit)(void*); /* Initialize the memory allocator */ member9504 int (*xInit)(void*); member9526 int (*xInit)(void*); member
2141 int (*xInit)(void*); /* Initialize the memory allocator */ member9825 int (*xInit)(void*); member9847 int (*xInit)(void*); member31617 rc = sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocInit()56997 if( sqlite3GlobalConfig.pcache2.xInit==0 ){57002 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );57004 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);143522 sqlite3_loadext_entry xInit; local143587 xInit = (sqlite3_loadext_entry)sqlite3OsDlSym(pVfs, handle, zEntry);143606 if( xInit==0 && zProc==0 ){[all …]
4143 return memtraceBase.xInit(p); in memtraceInit()4226 nRes = pcacheBase.xInit(pArg); in pcachetraceInit()