Home | History | Annotate | Download | only in src

Lines Matching refs:bytes

233 	/* Size of input buffer in bytes, not including room for EOB
357 YY_BUFFER_STATE gram__scan_bytes (yyconst char *bytes,int len );
2813 * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
3058 * @param size the size in bytes of the character buffer
3098 * @note If you want to scan bytes that may contain NUL values, then use
3109 /** Setup the input buffer state to scan the given bytes. The next call to gram_lex() will
3110 * scan from a @e copy of @a bytes.
3111 * @param bytes the byte buffer to scan
3112 * @param len the number of bytes in the buffer pointed to by @a bytes.
3116 YY_BUFFER_STATE gram__scan_bytes (yyconst char * bytes, int len )
3130 buf[i] = bytes[i];
3436 /* Read bytes from FP into buffer BUF of size SIZE. Return the
3437 number of bytes read. Remove '\r' from input, treating \r\n
3684 on ASCII hosts (i.e., Latin-1 on hosts with 8-bit bytes). On