Searched refs:nSize (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DSignals.inc110 DWORD64 qwBaseAddress, PVOID lpBuffer, DWORD nSize,
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c41925 i64 nSize; /* Required file size */ local
65930 i64 nSize; /* Size of log file */ local
66812 i64 nSize; /* Current size of database file */ local
69638 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
71541 u32 nSize; /* Size value to return */ local
71583 u32 nSize; /* Size value to return */ local
71646 u32 nSize; /* Size value to return */ local
109887 int nSize; local
110030 u32 nSize = (u32)exprStructSize(p); local
168310 int nSize = (p->nTotal / p->nParam); local
190972 fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize) argument
195046 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
197995 i64 nSize = 0, dummy; local
204331 u32 nSize; local
238980 int nSize; member in struct:Fts5DoclistIter
[all...]
H A Dshell.c9475 u32 nSize; member in struct:ZipfileEOCD
10204 i64 iEof = pCsr->eocd.iOffset + pCsr->eocd.nSize;
10490 pEOCD->nSize = zipfileRead32(aRead);
11059 zipfileWrite32(a, p->nSize);
11142 eocd.nSize = (u32)(pTab->szCurrent - iOffset);
11454 eocd.nSize = p->cds.n;
29591 sqlite3_int64 nSize = 0; local
29601 rc = pFile->pMethods->xFileSize(pFile, &nSize);
29603 if(nSize % nBuf){
29607 if(0 == nSize
[all...]

Completed in 728 milliseconds