Lines Matching defs:pAppData
2325 void *pAppData; /* Pointer to application-specific data */
2598 ** by xInit. The pAppData pointer is used as the only parameter to
2624 void *pAppData; /* Argument to xInit() and xShutdown() */
25262 rc = sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
25281 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
35800 ** sqlite3_io_methods object for a particular database file. The pAppData
35816 ** A pointer to the F pointer is used as the pAppData value for VFS
35817 ** objects. We have to do this instead of letting pAppData point
36135 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
37508 dummyVfs.pAppData = (void*)&autolockIoFinder;
38382 ** The name of the VFS is NAME. The pAppData is a pointer to a pointer
38383 ** to the "finder" function. (pAppData is a pointer to a pointer because
38406 (void*)&FINDER, /* pAppData */ \
38977 ** The winVfsAppData structure is used for the pAppData member for all of the
38983 void *pAppData; /* The extra pAppData, if any. */
39163 static int winMemInit(void *pAppData);
39164 static void winMemShutdown(void *pAppData);
40272 static int winMemInit(void *pAppData){
40273 winMemData *pWinMemData = (winMemData *)pAppData;
40321 static void winMemShutdown(void *pAppData){
40322 winMemData *pWinMemData = (winMemData *)pAppData;
41347 winVfsAppData *pAppData = (winVfsAppData*)pFile->pVfs->pAppData;
41348 if( pAppData==NULL || !pAppData->bNoLock ){
43270 0, /* pAppData */
43276 0, /* pAppData */
43635 winVfsAppData *pAppData;
43878 pAppData = (winVfsAppData*)pVfs->pAppData;
43883 && ((pAppData==NULL) || !pAppData->bNoLock)
43902 pFile->pMethod = pAppData ? pAppData->pMethod : &winIoMethod;
44627 &winAppData, /* pAppData */
44652 &winAppData, /* pAppData */
44677 &winNolockAppData, /* pAppData */
44702 &winNolockAppData, /* pAppData */
177559 0, /* pAppData */