Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:pAppData

1465   void *pAppData;          /* Pointer to application-specific data */
1741 ** by xInit. The pAppData pointer is used as the only parameter to
1767 void *pAppData; /* Argument to xInit() and xShutdown() */
17897 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
17914 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
23907 0, /* pAppData */
28324 ** sqlite3_io_methods object for a particular database file. The pAppData
28340 ** A pointer to the F pointer is used as the pAppData value for VFS
28341 ** objects. We have to do this instead of letting pAppData point
28642 || pVfs->pAppData==(void*)&autolockIoFinder );
28673 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
29950 dummyVfs.pAppData = (void*)&autolockIoFinder;
30815 ** The name of the VFS is NAME. The pAppData is a pointer to a pointer
30816 ** to the "finder" function. (pAppData is a pointer to a pointer because
30839 (void*)&FINDER, /* pAppData */ \
33873 0, /* pAppData */