Searched refs:pOutFlags (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.h | 1497 int flags, int *pOutFlags);
|
| H A D | shell.c | 10040 int *pOutFlags in apndOpen() argument 10052 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags); in apndOpen() 10058 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags); in apndOpen() 17090 int *pOutFlags in vfstraceOpen() argument 17099 rc = pRoot->xOpen(pRoot, zName, p->pReal, flags, pOutFlags); in vfstraceOpen() 17133 if( pOutFlags ){ in vfstraceOpen() 17134 vfstrace_printf(pInfo, ", outFlags=0x%x\n", *pOutFlags); in vfstraceOpen()
|
| H A D | sqlite3.c | 1816 int flags, int *pOutFlags); 26849 int *pOutFlags in sqlite3OsOpenMalloc() argument 26855 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc() 38677 int *pOutFlags in kvvfsOpen() argument 45096 int *pOutFlags /* Output flags returned to SQLite core */ in unixOpen() argument 45276 if( pOutFlags ){ in unixOpen() 45277 *pOutFlags = flags; in unixOpen() 52531 int *pOutFlags /* Status return flags */ 52574 zUtf8Name, id, flags, pOutFlags)); 52770 pOutFlags); [all …]
|