Home | History | Annotate | Download | only in libpcap

Lines Matching refs:num_to_read

4118 			yy_size_t num_to_read =
4121 while ( num_to_read <= 0 )
4153 num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
4158 if ( num_to_read > YY_READ_BUF_SIZE )
4159 num_to_read = YY_READ_BUF_SIZE;
4163 yyg->yy_n_chars, num_to_read );