Lines Matching refs:total_table_records

60     response->total_table_records = htole16(0xeeef);  in TEST()
69 uint16_t total_table_records = htole16(0x0000); in TEST() local
75 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
83 ASSERT_EQ(total_table_records, 0xeeefu); in TEST()
91 response->total_table_records = htole16(0x0000); in TEST()
98 total_table_records = htole16(0x0000); in TEST()
104 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
116 ASSERT_EQ(total_table_records, 0x0000u); in TEST()
137 response->total_table_records = htole16(0xeeef); in TEST()
146 uint16_t total_table_records = htole16(0x0000); in TEST() local
153 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
159 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
165 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
171 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
177 &total_record_set_identifiers, &total_table_records, &checksum); in TEST()
183 NULL, &total_table_records, &checksum); in TEST()
195 &total_record_set_identifiers, &total_table_records, NULL); in TEST()
219 uint16_t total_table_records = htole16(0xeeef); in TEST() local
225 total_table_records, checksum, responsePtr); in TEST()
242 ASSERT_EQ(response->total_table_records, 0xeeefu); in TEST()
251 response->total_table_records = htole16(0x0000); in TEST()
257 total_table_records, checksum, responsePtr); in TEST()
270 ASSERT_EQ(response->total_table_records, 0x0000u); in TEST()
288 uint16_t total_table_records = htole16(0xeeef); in TEST() local
294 total_table_records, checksum, NULL); in TEST()
307 ASSERT_EQ(response->total_table_records, 0x0000u); in TEST()