Lines Matching defs:end
36 size_t end = 0;
38 strlen(haystack), 0, &end);
48 if (end != expect_end) {
51 "[test_shortest_match] expected match end location %zu "
52 "but got %zu\n", expect_end, end);
76 if (match.start != expect_start || match.end != expect_end) {
81 expect_start, expect_end, match.start, match.end);
134 if (match.start != expect_start || match.end != expect_end) {
140 expect_start, expect_end, match.start, match.end);
171 if (match.start != expect_start || match.end != expect_end) {
176 expect_start, expect_end, match.start, match.end);
194 if (match.start != expect_start || match.end != expect_end) {
199 expect_start, expect_end, match.start, match.end);