Home | History | Annotate | Download | only in orig

Lines Matching refs:pAppData

1581   void *pAppData;          /* Pointer to application-specific data */
1851 ** by xInit. The pAppData pointer is used as the only parameter to
1877 void *pAppData; /* Argument to xInit() and xShutdown() */
18778 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
18795 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
24776 0, /* pAppData */
29328 ** sqlite3_io_methods object for a particular database file. The pAppData
29344 ** A pointer to the F pointer is used as the pAppData value for VFS
29345 ** objects. We have to do this instead of letting pAppData point
29631 || pVfs->pAppData==(void*)&autolockIoFinder );
29663 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
30938 dummyVfs.pAppData = (void*)&autolockIoFinder;
31805 ** The name of the VFS is NAME. The pAppData is a pointer to a pointer
31806 ** to the "finder" function. (pAppData is a pointer to a pointer because
31829 (void*)&FINDER, /* pAppData */ \
32260 static int winMemInit(void *pAppData);
32261 static void winMemShutdown(void *pAppData);
32945 static int winMemInit(void *pAppData){
32946 winMemData *pWinMemData = (winMemData *)pAppData;
32974 static void winMemShutdown(void *pAppData){
32975 winMemData *pWinMemData = (winMemData *)pAppData;
35772 0, /* pAppData */