Searched refs:xInit (Results 1 – 4 of 4) sorted by relevance
460 int function (void*) xInit; /** Initialize the memory allocator */1751 int function(void*) xInit;1768 int function (void*) xInit;
1771 int (*xInit)(void*); /* Initialize the memory allocator */ member9071 int (*xInit)(void*); member9093 int (*xInit)(void*); member
2084 int (*xInit)(void*); /* Initialize the memory allocator */ member9384 int (*xInit)(void*); member9406 int (*xInit)(void*); member30106 rc = sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocInit()54159 if( sqlite3GlobalConfig.pcache2.xInit==0 ){54164 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );54166 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);136726 sqlite3_loadext_entry xInit;136791 xInit = (sqlite3_loadext_entry)sqlite3OsDlSym(pVfs, handle, zEntry);136804 if( xInit==0 && zProc==0 ){[all …]
2592 return memtraceBase.xInit(p); in memtraceInit()2675 nRes = pcacheBase.xInit(pArg); in pcachetraceInit()