Home
last modified time | relevance | path

Searched defs:pJfd (Results 1 – 6 of 6) sorted by relevance

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Djournal.c70 static int jrnlClose(sqlite3_file *pJfd){ in jrnlClose()
83 sqlite3_file *pJfd, /* The journal file from which to read */ in jrnlRead()
104 sqlite3_file *pJfd, /* The journal file into which to write */ in jrnlWrite()
130 static int jrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ in jrnlTruncate()
144 static int jrnlSync(sqlite3_file *pJfd, int flags){ in jrnlSync()
158 static int jrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ in jrnlFileSize()
198 sqlite3_file *pJfd, /* Preallocated, blank file handle */ in sqlite3JournalOpen()
H A Dmemjournal.c73 sqlite3_file *pJfd, /* The journal file from which to read */ in memjrnlRead()
118 sqlite3_file *pJfd, /* The journal file into which to write */ in memjrnlWrite()
167 static int memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ in memjrnlTruncate()
185 static int memjrnlClose(sqlite3_file *pJfd){ in memjrnlClose()
207 static int memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ in memjrnlFileSize()
239 void sqlite3MemJournalOpen(sqlite3_file *pJfd){ in sqlite3MemJournalOpen()
250 int sqlite3IsMemJournal(sqlite3_file *pJfd){ in sqlite3IsMemJournal()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmemjournal.c87 sqlite3_file *pJfd, /* The journal file from which to read */ in memjrnlRead()
185 sqlite3_file *pJfd, /* The journal file into which to write */ in memjrnlWrite()
258 static int memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ in memjrnlTruncate()
286 static int memjrnlClose(sqlite3_file *pJfd){ in memjrnlClose()
298 static int memjrnlSync(sqlite3_file *pJfd, int flags){ in memjrnlSync()
306 static int memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ in memjrnlFileSize()
352 sqlite3_file *pJfd, /* Preallocated, blank file handle */ in sqlite3JournalOpen()
385 void sqlite3MemJournalOpen(sqlite3_file *pJfd){ in sqlite3MemJournalOpen()
397 int sqlite3JournalCreate(sqlite3_file *pJfd){ in sqlite3JournalCreate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmemjournal.c88 sqlite3_file *pJfd, /* The journal file from which to read */ in memjrnlRead()
187 sqlite3_file *pJfd, /* The journal file into which to write */ in memjrnlWrite()
265 static int memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ in memjrnlTruncate()
281 static int memjrnlClose(sqlite3_file *pJfd){ in memjrnlClose()
293 static int memjrnlSync(sqlite3_file *pJfd, int flags){ in memjrnlSync()
301 static int memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ in memjrnlFileSize()
347 sqlite3_file *pJfd, /* Preallocated, blank file handle */ in sqlite3JournalOpen()
380 void sqlite3MemJournalOpen(sqlite3_file *pJfd){ in sqlite3MemJournalOpen()
392 int sqlite3JournalCreate(sqlite3_file *pJfd){ in sqlite3JournalCreate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmemjournal.c88 sqlite3_file *pJfd, /* The journal file from which to read */ in memjrnlRead()
187 sqlite3_file *pJfd, /* The journal file into which to write */ in memjrnlWrite()
265 static int memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ in memjrnlTruncate()
281 static int memjrnlClose(sqlite3_file *pJfd){ in memjrnlClose()
293 static int memjrnlSync(sqlite3_file *pJfd, int flags){ in memjrnlSync()
301 static int memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ in memjrnlFileSize()
347 sqlite3_file *pJfd, /* Preallocated, blank file handle */ in sqlite3JournalOpen()
380 void sqlite3MemJournalOpen(sqlite3_file *pJfd){ in sqlite3MemJournalOpen()
392 int sqlite3JournalCreate(sqlite3_file *pJfd){ in sqlite3JournalCreate()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmemjournal.c88 sqlite3_file *pJfd, /* The journal file from which to read */ in memjrnlRead()
191 sqlite3_file *pJfd, /* The journal file into which to write */ in memjrnlWrite()
268 static int memjrnlTruncate(sqlite3_file *pJfd, sqlite_int64 size){ in memjrnlTruncate()
284 static int memjrnlClose(sqlite3_file *pJfd){ in memjrnlClose()
296 static int memjrnlSync(sqlite3_file *pJfd, int flags){ in memjrnlSync()
304 static int memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize){ in memjrnlFileSize()
350 sqlite3_file *pJfd, /* Preallocated, blank file handle */ in sqlite3JournalOpen()
383 void sqlite3MemJournalOpen(sqlite3_file *pJfd){ in sqlite3MemJournalOpen()