Searched refs:pOutFlags (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.h | 966 int flags, int *pOutFlags);
|
| HD | sqlite3.c | 1519 int flags, int *pOutFlags); 14541 int *pOutFlags in sqlite3OsOpenMalloc() argument 14547 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc() 23910 int *pOutFlags /* Status return flags */ 24028 pOutFlags ); 24034 if( pOutFlags ){ 24035 *pOutFlags = isReadWrite ? SQLITE_OPEN_READWRITE : SQLITE_OPEN_READONLY; 24045 OSTRACE(( "OPEN %d pOutFlags=%d\n", pFile->h, pOutFlags )); 29514 int *pOutFlags /* Output flags returned to SQLite core */ 29636 if( pOutFlags ){ [all …]
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3.h | 1187 int flags, int *pOutFlags);
|
| HD | sqlite3.c | 1401 int flags, int *pOutFlags); 16841 int *pOutFlags in sqlite3OsOpenMalloc() argument 16847 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc() 31635 int *pOutFlags /* Output flags returned to SQLite core */ 31788 if( pOutFlags ){ 31789 *pOutFlags = flags; 38331 int *pOutFlags /* Status return flags */ 38372 zUtf8Name, id, flags, pOutFlags)); 38545 pOutFlags); 38551 if( pOutFlags ){ [all …]
|