Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c512 char *pattern_next, *text_next; in match_pattern() local
518 text_next = match_str(text, reg_map[i][1]); in match_pattern()
519 if (!text_next) in match_pattern()
523 text = text_next; in match_pattern()
531 char *group_start = pattern, *text_next; in match_pattern() local
569 text_next = match_number(text, acc_offset); in match_pattern()
570 if (!text_next) { in match_pattern()
577 text = text_next; in match_pattern()
585 char *text_next; in match_pattern() local
592 if (!text_next) { in match_pattern()
[all …]