Lines Matching refs:retLength

40     uint32_t retLength = 0;  in TEST()  local
48 &retFileHandle, &retOffset, &retLength, in TEST()
54 ASSERT_EQ(length, retLength); in TEST()
167 uint32_t retLength = 0; in TEST() local
174 &retCompletionCode, &retLength); in TEST()
177 ASSERT_EQ(length, retLength); in TEST()
506 uint32_t retLength = 0; in TEST() local
510 &retOffset, &retLength); in TEST()
515 ASSERT_EQ(length, retLength); in TEST()
542 uint32_t retLength = 0; in TEST() local
547 &retOffset, &retLength, &retFileDataOffset); in TEST()
552 ASSERT_EQ(length, retLength); in TEST()
576 uint32_t retLength = 0; in TEST() local
583 &retLength, &retFileDataOffset); in TEST()
587 ASSERT_EQ(length, retLength); in TEST()
608 uint32_t retLength = 0; in TEST() local
613 &retCompletionCode, &retLength); in TEST()
617 ASSERT_EQ(length, retLength); in TEST()
890 uint32_t retLength = 0; in TEST() local
896 &retLength, &retAddress); in TEST()
902 ASSERT_EQ(length, retLength); in TEST()
927 uint32_t retLength = 0; in TEST() local
931 responsePtr, payload_length, &retCompletionCode, &retLength); in TEST()
935 ASSERT_EQ(length, retLength); in TEST()
1138 uint64_t retLength = 0; in TEST() local
1142 &retFileHandle, &retLength); in TEST()
1147 ASSERT_EQ(length, retLength); in TEST()
1328 uint32_t retLength = 0; in TEST() local
1333 &retFileHandle, &retOffset, &retLength); in TEST()
1339 ASSERT_EQ(length, retLength); in TEST()
1362 uint32_t retLength = 0; in TEST() local
1366 &retCompletionCode, &retLength); in TEST()
1370 ASSERT_EQ(length, retLength); in TEST()
2169 uint64_t retLength = 0; in TEST() local
2177 requestPtr, payload_length, &retFileType, &retFileHandle, &retLength, in TEST()
2184 ASSERT_EQ(length, retLength); in TEST()