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

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/other/
H A Dpr31698.C10 inline void ResizeFast(const tySize & nSize) { argument
11 if((nSize > m_nAllocSize) && (nSize > 0)) {
12 m_nAllocSize = nSize;
15 inline void ResizeFast(const int & nSize) { argument
16 ResizeFast((tySize) nSize);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/state_machine/
H A Dstate_machine.c242 int nSize; local
262 nSize=sizeof saServer;
263 if(bind(nSocket,(struct sockaddr *)&saServer,nSize) < 0)
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c28415 i64 nSize; /* Required file size */ local
46263 i64 nSize; /* Size of log file */ local
46917 i64 nSize; /* Current size of database file */ local
48759 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
50199 u32 nSize; local
74954 int nSize; local
75053 int nSize = exprStructSize(p); local
121678 fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize) argument
124841 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]

Completed in 450 milliseconds