Lines Matching refs:resplen
659 int resplen = 0; in TEST_F() local
664 auto r = dispatcher.query(SERVER1, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
668 EXPECT_EQ(int(QUERY.size()), resplen); in TEST_F()
670 ans.resize(resplen); in TEST_F()
674 r = dispatcher.query(SERVER1, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
682 int resplen = 0; in TEST_F() local
687 auto r = dispatcher.query(SERVER1, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
735 int resplen = 0; in TEST_F() local
739 auto r = dispatcher->query(server, mark, makeSlice(q), makeSlice(ans), &resplen, in TEST_F()
742 EXPECT_EQ(int(q.size()), resplen); in TEST_F()
743 ans.resize(resplen); in TEST_F()