Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d370 int flags, int *pOutFlags) xOpen;
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.h1473 int flags, int *pOutFlags);
H A Dshell.c9133 int *pOutFlags in apndOpen() argument
9145 return pBaseVfs->xOpen(pBaseVfs, zName, pFile, flags, pOutFlags); in apndOpen()
9151 rc = pBaseVfs->xOpen(pBaseVfs, zName, pBaseFile, flags, pOutFlags); in apndOpen()
H A Dsqlite3.c1786 int flags, int *pOutFlags);
26071 int *pOutFlags in sqlite3OsOpenMalloc() argument
26077 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc()
37852 int *pOutFlags
44273 int *pOutFlags /* Output flags returned to SQLite core */
44446 if( pOutFlags ){
44447 *pOutFlags = flags;
51327 int *pOutFlags /* Status return flags */
51369 zUtf8Name, id, flags, pOutFlags));
51565 pOutFlags);
[all …]