Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.h1475 int flags, int *pOutFlags);
H A Dshell.c9211 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 Dsqlite3.c1788 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 …]