Home
last modified time | relevance | path

Searched refs:pOutFlags (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h1435 int flags, int *pOutFlags);
H A Dshell.c4199 int *pOutFlags in apndOpen() argument
4211 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags); in apndOpen()
4217 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags); in apndOpen()
H A Dsqlite3.c1741 int flags, int *pOutFlags);
24225 int *pOutFlags
40479 if( pOutFlags ){
40480 *pOutFlags = flags;
47597 pOutFlags);
47605 if( pOutFlags ){
47609 *pOutFlags = SQLITE_OPEN_READONLY;
47614 "rc=%s\n", h, zUtf8Name, dwDesiredAccess, pOutFlags, pOutFlags ?
49029 int *pOutFlags
49095 if( pOutFlags!=0 ){
[all …]