Home
last modified time | relevance | path

Searched refs:sqlite3OsShmMap (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dos.h178 int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
H A Dos.c176 int sqlite3OsShmMap( in sqlite3OsShmMap() function
H A Dwal.c588 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ, in walIndexPageRealloc()
2458 rc = sqlite3OsShmMap(pWal->pDbFd, 0, WALINDEX_PGSZ, 0, &pDummy); in walBeginShmUnreliable()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dos.h177 int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
H A Dtest_devsym.c251 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dos.c165 int sqlite3OsShmMap( in sqlite3OsShmMap() function
H A Dtest6.c568 return sqlite3OsShmMap(((CrashFile*)pFile)->pRealFile, iRegion, sz, w, pp); in cfShmMap()
H A Dtest_vfs.c867 return sqlite3OsShmMap(pFd->pReal, iPage, pgsz, isWrite, pp); in tvfsShmMap()
H A Dwal.c563 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ, in walIndexPage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dos.h178 int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
H A Dtest_devsym.c204 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dos.c169 int sqlite3OsShmMap( in sqlite3OsShmMap() function
H A Dtest6.c568 return sqlite3OsShmMap(((CrashFile*)pFile)->pRealFile, iRegion, sz, w, pp); in cfShmMap()
H A Dwal.c597 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ, in walIndexPageRealloc()
2311 rc = sqlite3OsShmMap(pWal->pDbFd, 0, WALINDEX_PGSZ, 0, &pDummy); in walBeginShmUnreliable()
H A Dtest_vfs.c898 return sqlite3OsShmMap(pFd->pReal, iPage, pgsz, isWrite, pp); in tvfsShmMap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dos.h178 int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
H A Dos.c169 int sqlite3OsShmMap( in sqlite3OsShmMap() function
H A Dwal.c588 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ, in walIndexPageRealloc()
2458 rc = sqlite3OsShmMap(pWal->pDbFd, 0, WALINDEX_PGSZ, 0, &pDummy); in walBeginShmUnreliable()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dos.h250 int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
H A Dtest_devsym.c250 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
H A Dos.c112 int sqlite3OsShmMap( in sqlite3OsShmMap() function
H A Dtest6.c542 return sqlite3OsShmMap(((CrashFile*)pFile)->pRealFile, iRegion, sz, w, pp); in cfShmMap()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c2437 SQLITE_PRIVATE int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
7567 SQLITE_PRIVATE int sqlite3OsShmMap( in sqlite3OsShmMap() function
36487 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ,
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c9475 SQLITE_PRIVATE int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
14801 SQLITE_PRIVATE int sqlite3OsShmMap( in sqlite3OsShmMap() function
45874 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c9155 SQLITE_PRIVATE int sqlite3OsShmMap(sqlite3_file *,int,int,int,void volatile **);
14370 SQLITE_PRIVATE int sqlite3OsShmMap( in sqlite3OsShmMap() function
44195 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ,

1234567