Searched refs:pAppData (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest6.c588 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
637 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
646 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
655 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
659 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
663 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
667 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
671 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
675 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
679 sqlite3_vfs *pVfs = (sqlite3_vfs *)pCfVfs->pAppData;
[all...]
H A Dtest_vfstrace.c491 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
539 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
559 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
581 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
596 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
608 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
619 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
629 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
640 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
651 vfstrace_info *pInfo = (vfstrace_info*)pVfs->pAppData;
[all...]
H A Dtest_init.c45 static int wrMemInit(void *pAppData){ argument
50 rc = wrapped.mem.xInit(wrapped.mem.pAppData);
57 static void wrMemShutdown(void *pAppData){ argument
58 wrapped.mem.xShutdown(wrapped.mem.pAppData);
H A Dtest_vfs.c76 ** sqlite3_vfs.pAppData field of the VFS structure registered with SQLite
149 #define PARENTVFS(x) (((Testvfs *)((x)->pAppData))->pParent)
324 Testvfs *p = (Testvfs *)pFd->pVfs->pAppData;
369 Testvfs *p = (Testvfs *)pFd->pVfs->pAppData;
397 Testvfs *p = (Testvfs *)pFd->pVfs->pAppData;
418 Testvfs *p = (Testvfs *)pFd->pVfs->pAppData;
501 Testvfs *p = (Testvfs *)pFd->pVfs->pAppData;
513 Testvfs *p = (Testvfs *)pFd->pVfs->pAppData;
534 Testvfs *p = (Testvfs *)pVfs->pAppData;
590 if( pVfs->iVersion>1 && ((Testvfs *)pVfs->pAppData)
[all...]
H A Dmalloc.c192 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
209 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
H A Dsqlite.h.in917 void *pAppData; /* Pointer to application-specific data */
1193 ** by xInit. The pAppData pointer is used as the only parameter to
1219 void *pAppData; /* Argument to xInit() and xShutdown() */
H A Dtest_malloc.c115 return memfault.m.xInit(memfault.m.pAppData);
118 memfault.m.xShutdown(memfault.m.pAppData);
193 0 /* pAppData */
H A Dos_unix.c4183 ** sqlite3_io_methods object for a particular database file. The pAppData
4199 ** A pointer to the F pointer is used as the pAppData value for VFS
4200 ** objects. We have to do this instead of letting pAppData point
4501 || pVfs->pAppData==(void*)&autolockIoFinder );
4532 pLockingStyle = (**(finder_type*)pVfs->pAppData)(zFilename, pNew);
5809 dummyVfs.pAppData = (void*)&autolockIoFinder;
6674 ** The name of the VFS is NAME. The pAppData is a pointer to a pointer
6675 ** to the "finder" function. (pAppData is a pointer to a pointer because
6698 (void*)&FINDER, /* pAppData */ \
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemWin.cpp150 win32_vfs->pAppData,
H A DSQLiteFileSystemPosix.cpp178 unix_vfs->pAppData,
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1037 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1191 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1232 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1266 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1270 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1278 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1282 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1286 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1290 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
1294 sqlite3_vfs *pVfs = (sqlite3_vfs *)pAsyncVfs->pAppData;
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h922 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1198 ** by xInit. The pAppData pointer is used as the only parameter to
1224 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1465 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1741 ** by xInit. The pAppData pointer is used as the only parameter to
1767 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
17897 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
17914 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
23907 0, /* pAppData */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1150 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1420 ** by xInit. The pAppData pointer is used as the only parameter to
1446 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1265 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1535 ** by xInit. The pAppData pointer is used as the only parameter to
1561 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
19936 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
19953 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
33434 winMemInit(void *pAppData) argument
33483 winMemShutdown(void *pAppData) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1150 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1420 ** by xInit. The pAppData pointer is used as the only parameter to
1446 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
H A Dsqlite3.c1265 void *pAppData; /* Pointer to application-specific data */ member in struct:sqlite3_vfs
1535 ** by xInit. The pAppData pointer is used as the only parameter to
1561 void *pAppData; /* Argument to xInit() and xShutdown() */ member in struct:sqlite3_mem_methods
19936 return sqlite3GlobalConfig.m.xInit(sqlite3GlobalConfig.m.pAppData);
19953 sqlite3GlobalConfig.m.xShutdown(sqlite3GlobalConfig.m.pAppData);
33454 winMemInit(void *pAppData) argument
33503 winMemShutdown(void *pAppData) argument
[all...]

Completed in 3167 milliseconds