Home | History | Annotate | Download | only in expat

Lines Matching refs:bytesAvailable

411   const ptrdiff_t bytesAvailable = fromLim - *fromP;
413 if (bytesAvailable > bytesStorable) {