Searched refs:pOutFlags (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.h | 1475 int flags, int *pOutFlags);
|
H A D | shell.c | 9211 int *pOutFlags in apndOpen() argument 9223 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags); in apndOpen() 9229 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags); in apndOpen()
|
H A D | sqlite3.c | 1788 int flags, int *pOutFlags); 26350 int *pOutFlags in sqlite3OsOpenMalloc() argument 26356 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc() 38192 int *pOutFlags 44617 int *pOutFlags /* Output flags returned to SQLite core */ 44797 if( pOutFlags ){ 44798 *pOutFlags = flags; 51678 int *pOutFlags /* Status return flags */ 51720 zUtf8Name, id, flags, pOutFlags)); 51916 pOutFlags); [all …]
|