Home
last modified time | relevance | path

Searched refs:text_next (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c514 char *pattern_next, *text_next; in match_pattern() local
520 text_next = match_str(text, reg_map[i][1]); in match_pattern()
521 if (!text_next) in match_pattern()
525 text = text_next; in match_pattern()
533 char *group_start = pattern, *text_next; in match_pattern() local
571 text_next = match_number(text, acc_offset); in match_pattern()
572 if (!text_next) { in match_pattern()
579 text = text_next; in match_pattern()
587 char *text_next; in match_pattern() local
593 text_next = match_number(text, field_offset); in match_pattern()
[all …]