OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nSz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
22949
i64
nSz
/* Size of database file in bytes */
22965
nBlk = (
nSz
+nMax-1)/nMax;
22970
int nByte = (
nSz
>=((iBlk+1)*nMax)) ? nMax : (
nSz
% nMax);
[
all
...]
sqlite3.c
[
all
...]
Completed in 114 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026