Home
last modified time | relevance | path

Searched refs:nRestCount (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx261 sal_uInt32 nRestCount(nBytesCount - nCount); in AddBytes() local
262 if ((rPos + nRestCount) <= SEQUENCESIZE) in AddBytes()
264 memcpy( &(pTarget[rPos]), &pBytes[nCount], nRestCount); in AddBytes()
265 rPos += nRestCount; in AddBytes()
268 AddBytes(pTarget, rPos, &pBytes[nCount], nRestCount); in AddBytes()

Completed in 19 milliseconds