Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h1773 int (*xInit)(void*); /* Initialize the memory allocator */ member
9096 int (*xInit)(void*); member
9118 int (*xInit)(void*); member
H A Dsqlite3.c9409 int (*xInit)(void*); member
9431 int (*xInit)(void*); member
137687 sqlite3_loadext_entry xInit;
137765 if( xInit==0 && zProc==0 ){
137786 if( xInit==0 ){
137921 void (*xInit)(void)
137971 void (*xInit)(void)
137980 if( xInit==0 ) return 0;
138024 sqlite3_loadext_entry xInit;
138043 xInit = 0;
[all …]
H A Dshell.c2606 return memtraceBase.xInit(p); in memtraceInit()
2689 nRes = pcacheBase.xInit(pArg); in pcachetraceInit()