Searched refs:xt_index_out (Results 1 – 1 of 1) sorted by relevance
6331 static int xt_index_out = 0; variable6336 xt_index_out = 0; in req_codes_from_term()6345 int old_idx = xt_index_out; in req_more_codes_from_term()6353 while (xt_index_out < xt_index_in + 10 && key_names[xt_index_out] != NULL) in req_more_codes_from_term()6355 char *key_name = key_names[xt_index_out]; in req_more_codes_from_term()6360 LOG_TR(("Requesting XT %d: %s", xt_index_out, key_name)); in req_more_codes_from_term()6363 ++xt_index_out; in req_more_codes_from_term()6367 if (xt_index_out != old_idx) in req_more_codes_from_term()6446 if (xt_index_out == 0 || xt_index_out == xt_index_in) in check_for_codes_from_term()