Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1473 void *pAppData; /* Pointer to application-specific data */ member
1775 void *pAppData; /* Argument to xInit() and xShutdown() */ member
H A Dsqlite3.c1786 void *pAppData; /* Pointer to application-specific data */ member
2088 void *pAppData; /* Argument to xInit() and xShutdown() */ member
30385 rc = sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocInit()
30404 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData); in sqlite3MallocEnd()
44207 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
45642 dummyVfs.pAppData = (void*)&autolockIoFinder;
46950 void *pAppData; /* The extra pAppData, if any. */
47114 static int winMemInit(void *pAppData);
47115 static void winMemShutdown(void *pAppData);
48223 static int winMemInit(void *pAppData){
[all …]
H A Dshell.c8790 #define ORIGVFS(p) ((sqlite3_vfs*)((p)->pAppData))
9361 apnd_vfs.pAppData = pOrig; in sqlite3_appendvfs_init()