Lines Matching refs:match
61 idx = router.match(StringRef::from_lit("nghttp2.org"),
66 idx = router.match(StringRef::from_lit("nghttp2.org"),
71 idx = router.match(StringRef::from_lit("nghttp2.org"),
76 idx = router.match(StringRef::from_lit("nghttp2.org"),
81 idx = router.match(StringRef::from_lit("nghttp2.org"),
87 idx = router.match(StringRef::from_lit("nghttp2.org"),
92 idx = router.match(StringRef::from_lit("www2.nghttp2.org"),
97 idx = router.match(StringRef{}, StringRef::from_lit("/alpha"));
118 CU_ASSERT(0 == router.match(StringRef::from_lit("nghttp2.org"),
121 CU_ASSERT(1 == router.match(StringRef::from_lit("nghttp2.org"),
124 CU_ASSERT(1 == router.match(StringRef::from_lit("nghttp2.org"),
127 CU_ASSERT(2 == router.match(StringRef::from_lit("nghttp2.org"),
130 CU_ASSERT(2 == router.match(StringRef::from_lit("nghttp2.org"),
133 CU_ASSERT(3 == router.match(StringRef::from_lit("nghttp2.org"),
136 CU_ASSERT(4 == router.match(StringRef::from_lit("nghttp2.org"),
139 CU_ASSERT(5 == router.match(StringRef::from_lit("nghttp2.org"),
142 CU_ASSERT(5 == router.match(StringRef::from_lit("nghttp2.org"),