Home | History | Annotate | Download | only in libpcap

Lines Matching full:num_to_read

4041 			yy_size_t num_to_read =
4044 while ( num_to_read <= 0 )
4076 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
4081 if ( num_to_read > YY_READ_BUF_SIZE )
4082 num_to_read = YY_READ_BUF_SIZE;
4086 (yy_n_chars), num_to_read );