Lines Matching refs:buffer

102 /* Size of default input buffer. */
161 char *yy_ch_buf; /* input buffer */
162 char *yy_buf_pos; /* current position in input buffer */
164 /* Size of input buffer in bytes, not including room for EOB
174 /* Whether we "own" the buffer - i.e., we know we created it,
193 /* Whether to try to fill the input buffer when we reach the
202 * then we mark the buffer as YY_EOF_PENDING, to indicate that we
218 /* We provide macros for accessing buffer states in case in the
219 * future we want to put the buffer states in a more general
234 /* Points to current character in buffer. */
239 /* Flag which is used to allow yywrap()'s to do buffer switches
548 * of the first EOB in the buffer, since yy_c_buf_p will
551 * end-of-buffer state). Contrast this with the test
712 ::com::sun::star::uno::Sequence< ::sal_Int8 > buffer;
713 int len=yyin->readSomeBytes(buffer,max_size);
716 sal_Int8 *_buffer=buffer.getArray();
733 /* yy_get_next_buffer - try to read in a new buffer
754 "fatal flex scanner internal error--end of buffer missed" );
757 { /* Don't try to fill the buffer, so this is an EOF. */
777 /* First move last chars to start of buffer. */
795 { /* Not enough room in the buffer - grow it. */
798 "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
801 /* just a shorter name for the current buffer */
827 "fatal error - scanner input buffer overflow" );
991 * valid NUL; if not, then we've hit the end of the buffer.
1015 /* Reset buffer status. */
1086 /* Flush out information for old buffer. */
1142 * we need to put in 2 end-of-buffer characters.
1239 /* We always need two end-of-buffer characters. The first causes
1240 * a transition to the end-of-buffer state. The second causes
1331 /* Get memory for full buffer, including space for trailing EOB's. */
1344 YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
1346 /* It's okay to grow etc. this buffer, and we should throw it