• Home
  • Raw
  • Download

Lines Matching refs:rcode

2208 int getAsyncResponse(int fd, int* rcode, uint8_t* buf, int bufLen) {  in getAsyncResponse()  argument
2218 return resNetworkResult(fd, rcode, buf, bufLen); in getAsyncResponse()
2264 int rcode = -1; in expectAnswersValid() local
2267 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersValid()
2273 int rcode = -1; in expectAnswersNotValid() local
2276 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in expectAnswersNotValid()
2301 int rcode; in TEST_F() local
2302 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2306 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2319 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2323 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2365 int rcode; in TEST_F() local
2367 int res = getAsyncResponse(td.fd, &rcode, buf, MAXPACKET); in TEST_F()
2369 EXPECT_EQ(rcode, td.expectRcode); in TEST_F()
2407 int rcode; in TEST_F() local
2410 int res = getAsyncResponse(fd3, &rcode, buf, MAXPACKET); in TEST_F()
2415 res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
2424 res = getAsyncResponse(fd4, &rcode, buf, MAXPACKET); in TEST_F()
2429 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
2488 int rcode; in TEST_F() local
2489 rc = getAsyncResponse(fd, &rcode, smallBuf, 1); in TEST_F()
2498 rc = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2778 int rcode; in TEST_F() local
2780 int res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
2809 res = getAsyncResponse(fd, &rcode, buf, MAXPACKET); in TEST_F()
4296 int rcode; in TEST_F() local
4297 int res2 = getAsyncResponse(fd2, &rcode, buf2, MAXPACKET); in TEST_F()
4298 int res1 = getAsyncResponse(fd1, &rcode, buf1, MAXPACKET); in TEST_F()
4387 int rcode; in TEST_F() local
4396 const int res2 = getAsyncResponse(fd2, &rcode, buf2, MAXPACKET); in TEST_F()
4397 const int res1 = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()
4430 int res = getAsyncResponse(fd2, &rcode, buf, MAXPACKET); in TEST_F()
4434 res = getAsyncResponse(fd1, &rcode, buf, MAXPACKET); in TEST_F()