Home | History | Annotate | Download | only in orig

Lines Matching defs:pAppData

1265   void *pAppData;          /* Pointer to application-specific data */
1535 ** by xInit. The pAppData pointer is used as the only parameter to
1561 void *pAppData; /* Argument to xInit() and xShutdown() */
19936 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
19953 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
29174 ** sqlite3_io_methods object for a particular database file. The pAppData
29190 ** A pointer to the F pointer is used as the pAppData value for VFS
29191 ** objects. We have to do this instead of letting pAppData point
29479 || pVfs->pAppData==(void*)&autolockIoFinder );
29514 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
30809 dummyVfs.pAppData = (void*)&autolockIoFinder;
31676 ** The name of the VFS is NAME. The pAppData is a pointer to a pointer
31677 ** to the "finder" function. (pAppData is a pointer to a pointer because
31700 (void*)&FINDER, /* pAppData */ \
32377 static int winMemInit(void *pAppData);
32378 static void winMemShutdown(void *pAppData);
33434 static int winMemInit(void *pAppData){
33435 winMemData *pWinMemData = (winMemData *)pAppData;
33483 static void winMemShutdown(void *pAppData){
33484 winMemData *pWinMemData = (winMemData *)pAppData;
37435 0, /* pAppData */
37460 0, /* pAppData */