Home | History | Annotate | Download | only in expat

Lines Matching refs:bytesAvailable

408   const ptrdiff_t bytesAvailable = fromLim - *fromP;
410 if (bytesAvailable > bytesStorable) {