Searched defs:position (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dopt.c88 unsigned int prefix_len, position, arg_len, i, j; local
91 position = prefix_len;
96 if (LINE_LENGTH - position - 1 < arg_len) {
100 position = prefix_len;
106 position += arg_len;

Completed in 14 milliseconds