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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5209 uint8 *BufferCurrentPntr = Buffer + 0; local
5220 BufferCurrentPntr is the position of the next character to be read. When it
5225 if (BufferCurrentPntr < BufferEndPntr) \
5226 CharVar = *BufferCurrentPntr++; \
5241 BufferCurrentPntr = Buffer + 0; \
5242 CharVar = *BufferCurrentPntr++; \

Completed in 27 milliseconds