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

/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c2141 char input_line[MAX_INPUT_LEN + 1]; local
2151 input_line[0] = '\0';
2188 int len = next_input_line(input_line, input_length);
2193 if (input_line[len - 1] == '\n')
2194 input_line[len - 1] = '\0';
2205 if (input_line[0] == CONFIG_CHAR)
2206 update_config(input_line);
2208 send_query(input_line);

Completed in 18 milliseconds