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

/macosx-10.10/tidy-15.15/tidy/experimental/
H A Dhttpio.c122 in->nextBytePos = in->nextUnGotBytePos = in->nBufSize = 0;
189 if (source->nextUnGotBytePos)
190 return source->unGetBuffer[ --source->nextUnGotBytePos ];
202 if (source->nextUnGotBytePos < 16 ) /* Only you can prevent buffer overflows */
203 source->unGetBuffer[ source->nextUnGotBytePos++ ] = (char) byteValue;
208 if (source->nextUnGotBytePos)
H A Dhttpio.h26 unsigned short nPort, nextBytePos, nextUnGotBytePos, nBufSize; member in struct:_HTTPInputSource

Completed in 175 milliseconds