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

/netbsd-current/external/mit/expat/dist/lib/
H A Dxmltok.c388 const ptrdiff_t bytesToCopy = fromLim - *fromP; local
389 memcpy(*toP, *fromP, bytesToCopy);
390 *fromP += bytesToCopy;
391 *toP += bytesToCopy;

Completed in 93 milliseconds