Lines Matching refs:resplen
686 int resplen = 0; in TEST_F() local
691 auto r = dispatcher.query(SERVER1, NETID, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
695 EXPECT_EQ(int(QUERY.size()), resplen); in TEST_F()
697 ans.resize(resplen); in TEST_F()
701 r = dispatcher.query(SERVER1, NETID, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
709 int resplen = 0; in TEST_F() local
714 auto r = dispatcher.query(SERVER1, NETID, MARK, makeSlice(QUERY), makeSlice(ans), &resplen, in TEST_F()
762 int resplen = 0; in TEST_F() local
767 auto r = dispatcher->query(server, netId, mark, makeSlice(q), makeSlice(ans), &resplen, in TEST_F()
770 EXPECT_EQ(int(q.size()), resplen); in TEST_F()
771 ans.resize(resplen); in TEST_F()