Lines Matching refs:bytes
233 /* Size of input buffer in bytes, not including room for EOB
357 YY_BUFFER_STATE skel__scan_bytes (yyconst char *bytes,int len );
1571 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1816 * @param size the size in bytes of the character buffer
1856 * @note If you want to scan bytes that may contain NUL values, then use
1867 /** Setup the input buffer state to scan the given bytes. The next call to skel_lex() will
1868 * scan from a @e copy of @a bytes.
1869 * @param bytes the byte buffer to scan
1870 * @param len the number of bytesbytes.
1874 YY_BUFFER_STATE skel__scan_bytes (yyconst char * bytes, int len )
1888 buf[i] = bytes[i];