Home
last modified time | relevance | path

Searched refs:xInit (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d460 int function (void*) xInit; /** Initialize the memory allocator */
1751 int function(void*) xInit;
1768 int function (void*) xInit;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1771 int (*xInit)(void*); /* Initialize the memory allocator */ member
9071 int (*xInit)(void*); member
9093 int (*xInit)(void*); member
H A Dsqlite3.c2084 int (*xInit)(void*); /* Initialize the memory allocator */ member
9384 int (*xInit)(void*); member
9406 int (*xInit)(void*); member
30106 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 …]
H A Dshell.c2592 return memtraceBase.xInit(p); in memtraceInit()
2675 nRes = pcacheBase.xInit(pArg); in pcachetraceInit()