Searched refs:match_start (Results 1 – 5 of 5) sorted by relevance
508 int match_start, index; in get_mext_match() local511 match_start = item_index(current_item(curses_menu)); in get_mext_match()512 if (match_start == ERR) in get_mext_match()516 ++match_start; in get_mext_match()518 --match_start; in get_mext_match()520 match_start = (match_start + items_num) % items_num; in get_mext_match()521 index = match_start; in get_mext_match()532 if (index == match_start) in get_mext_match()
457 struct nlattr *match_start = (struct nlattr *)tail; in tcf_em_tree_dump() local478 match_start->nla_len = tail - (u8 *)match_start; in tcf_em_tree_dump()
138 unsigned int match_start, block_idx = 0, tok_idx; in fsm_find() local163 match_start = consumed + block_idx; in fsm_find()237 match_start = consumed + block_idx; in fsm_find()252 return match_start; in fsm_find()
2081 const u8 *match_start, *match_end; local2085 match_start = data;2099 match_start, match_end))2108 match_start += NFT_PIPAPO_GROUPS_PADDED_SIZE(f);
135 uInt match_start; /* start of matching string */ member