Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.h966 int flags, int *pOutFlags);
Dsqlite3.c1519 int flags, int *pOutFlags);
14541 int *pOutFlags in sqlite3OsOpenMalloc() argument
14547 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc()
23910 int *pOutFlags /* Status return flags */
24028 pOutFlags );
24034 if( pOutFlags ){
24035 *pOutFlags = isReadWrite ? SQLITE_OPEN_READWRITE : SQLITE_OPEN_READONLY;
24045 OSTRACE(( "OPEN %d pOutFlags=%d\n", pFile->h, pOutFlags ));
29514 int *pOutFlags /* Output flags returned to SQLite core */
29636 if( pOutFlags ){
[all …]
/freebsd-10-stable/contrib/sqlite3/
Dsqlite3.h1225 int flags, int *pOutFlags);
Dsqlite3.c1485 int flags, int *pOutFlags);
19977 int *pOutFlags in sqlite3OsOpenMalloc() argument
19983 rc = sqlite3OsOpen(pVfs, zFile, pFile, flags, pOutFlags); in sqlite3OsOpenMalloc()
34963 int *pOutFlags /* Output flags returned to SQLite core */
35117 if( pOutFlags ){
35118 *pOutFlags = flags;
41954 int *pOutFlags /* Status return flags */
41996 zUtf8Name, id, flags, pOutFlags));
42169 pOutFlags);
42175 if( pOutFlags ){
[all …]