Home | History | Annotate | Download | only in tools

Lines Matching refs:bytes

187 	/* Size of input buffer in bytes, not including room for EOB
294 YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
1284 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1486 * @param size the size in bytes of the character buffer
1524 * @note If you want to scan bytes that may contain NUL values, then use
1533 /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1534 * scan from a @e copy of @a bytes.
1535 * @param bytes the byte buffer to scan
1536 * @param len the number of bytes in the buffer pointed to by @a bytes.
1540 YY_BUFFER_STATE yy_scan_bytes (yyconst char * bytes, int len )
1554 buf[i] = bytes[i];