Searched refs:nSz (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c17457 i64 nSz /* Size of database file in bytes */
17473 nBlk = (nSz+nMax-1)/nMax;
17478 int nByte = (nSz>=((iBlk+1)*nMax)) ? nMax : (nSz % nMax);
H A Dsqlite3.c238212 int nSz = (nData - p->iSzPoslist - 1); /* Size in bytes */ local
240396 int nSz; local
240435 int nSz; local
240935 int nSz; local
[all...]

Completed in 705 milliseconds