OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iMark
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
11562
** iPgOne
iMark
11573
** The size of the database is
iMark
- iPgOne.
11578
**
iMark
will be the size of the underlying file minus 25 (APND_MARKSIZE).
11579
** Or,
iMark
is -1 to indicate that it has not yet been written.
11584
sqlite3_int64
iMark
; /* Offset of the append mark. -1 if unwritten */
11701
* If and only if this succeeds, internal ApndFile.
iMark
is updated.
11722
paf->
iMark
= iWriteEnd;
11741
if( paf->
iMark
< 0 || paf->iPgOne + iWriteEnd > paf->
iMark
){
11757
return pFile->pMethods->xTruncate(pFile, paf->
iMark
+APND_MARK_SIZE)
[
all
...]
sqlite3.c
[
all
...]
Completed in 95 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026