Home | History | Annotate | Download | only in libpcap

Lines Matching refs:YY_READ_BUF_SIZE

169  * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
2855 #ifndef YY_READ_BUF_SIZE
2858 #define YY_READ_BUF_SIZE 16384
2860 #define YY_READ_BUF_SIZE 8192
4081 if ( num_to_read > YY_READ_BUF_SIZE )
4082 num_to_read = YY_READ_BUF_SIZE;