Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h1730 int (*xInit)(void*); /* Initialize the memory allocator */ member
8716 int (*xInit)(void*); member
8738 int (*xInit)(void*); member
/third_party/sqlite/src/
Dsqlite3.c2040 int (*xInit)(void*); /* Initialize the memory allocator */ member
9029 int (*xInit)(void*); member
9051 int (*xInit)(void*); member
28348 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 …]
Dshell.c4428 return memtraceBase.xInit(p); in memtraceInit()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch79704 + return memtraceBase.xInit(p);
83968 - return memtraceBase.xInit(p);
117339 + return memtraceBase.xInit(p);
121603 - return memtraceBase.xInit(p);