Searched refs:match_start (Results 1 – 5 of 5) sorted by relevance
507 int match_start, index; in get_mext_match() local510 match_start = item_index(current_item(curses_menu)); in get_mext_match()511 if (match_start == ERR) in get_mext_match()515 ++match_start; in get_mext_match()517 --match_start; in get_mext_match()519 match_start = (match_start + items_num) % items_num; in get_mext_match()520 index = match_start; in get_mext_match()531 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()
2035 const u8 *match_start, *match_end; local2039 match_start = data;2053 match_start, match_end))2062 match_start += NFT_PIPAPO_GROUPS_PADDED_SIZE(f);
135 uInt match_start; /* start of matching string */ member