Home | History | Annotate | Download | only in libpcap

Lines Matching full:new_size

4132 				yy_size_t new_size = b->yy_buf_size * 2;
4134 if ( new_size <= 0 )
4189 yy_size_t new_size = yyg->yy_n_chars + number_to_move + (yyg->yy_n_chars >> 1);
4190 YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) pcap_realloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size ,yyscanner );