Searched refs:pOutFlags (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 370 int flags, int *pOutFlags) xOpen;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 1473 int flags, int *pOutFlags);
|
| H A D | shell.c | 9133 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 D | sqlite3.c | 1786 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 …]
|