Searched refs:pOutFlags (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.h | 966 int flags, int *pOutFlags);
|
| H A D | sqlite3.c | 1519 int flags, int *pOutFlags); 14541 int *pOutFlags in sqlite3OsOpenMalloc() argument 23910 int *pOutFlags /* Status return flags */ 24028 pOutFlags ); 24034 if( pOutFlags ){ 29636 if( pOutFlags ){ 29637 *pOutFlags = flags; 34012 int *pOutFlags /* Status return flags */ 34186 if( pOutFlags ){ 34188 *pOutFlags = SQLITE_OPEN_READWRITE; [all …]
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.h | 1374 int flags, int *pOutFlags);
|
| H A D | shell.c | 4036 int *pOutFlags in apndOpen() argument 4045 return pSubVfs->xOpen(pSubVfs, zName, pFile, flags, pOutFlags); in apndOpen() 4051 rc = pSubVfs->xOpen(pSubVfs, zName, pSubFile, flags, pOutFlags); in apndOpen()
|
| H A D | sqlite3.c | 2413 int flags, int *pOutFlags); 23209 int *pOutFlags in sqlite3OsOpenMalloc() argument 39577 if( pOutFlags ){ 39578 *pOutFlags = flags; 46810 pOutFlags); 46818 if( pOutFlags ){ 46820 *pOutFlags = SQLITE_OPEN_READWRITE; 46822 *pOutFlags = SQLITE_OPEN_READONLY; 46827 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ? 48070 int *pOutFlags [all …]
|