Home
last modified time | relevance | path

Searched refs:max_plotters (Results 1 – 1 of 1) sorted by relevance

/dports/net/tcptrace/tcptrace-508f73a/
H A Dplotter.c82 static int max_plotters; variable
162 max_plotters = 256; /* just a default, make more on the fly */ in plot_init()
164 pplotters = MallocZ(max_plotters * sizeof(struct plotter_info)); in plot_init()
171 int new_max_plotters = max_plotters * 4; in plotter_makemore()
179 max_plotters * sizeof(struct plotter_info), in plotter_makemore()
182 max_plotters = new_max_plotters; in plotter_makemore()
307 if (plotter_ix >= max_plotters) { in new_plotter()