Searched refs:xInit (Results 1 – 4 of 4) sorted by relevance
1730 int (*xInit)(void*); /* Initialize the memory allocator */ member8716 int (*xInit)(void*); member8738 int (*xInit)(void*); member
2040 int (*xInit)(void*); /* Initialize the memory allocator */ member9029 int (*xInit)(void*); member9051 int (*xInit)(void*); member28348 rc = sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);50180 if( sqlite3GlobalConfig.pcache2.xInit==0 ){50185 assert( sqlite3GlobalConfig.pcache2.xInit!=0 );50187 return sqlite3GlobalConfig.pcache2.xInit(sqlite3GlobalConfig.pcache2.pArg);128956 sqlite3_loadext_entry xInit;129011 xInit = (sqlite3_loadext_entry)sqlite3OsDlSym(pVfs, handle, zEntry);129024 if( xInit==0 && zProc==0 ){[all …]
4428 return memtraceBase.xInit(p); in memtraceInit()
79704 + return memtraceBase.xInit(p);83968 - return memtraceBase.xInit(p);117339 + return memtraceBase.xInit(p);121603 - return memtraceBase.xInit(p);