Lines Matching refs:teststr
30 uint8_t teststr[] = { in t_error_response1() local
46 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response1()
52 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response1()
58 uint8_t teststr[] = { in t_error_response2() local
76 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response2()
81 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response2()
88 uint8_t teststr[] = { in t_error_response3() local
109 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response3()
114 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response3()
125 uint8_t teststr[] = { in t_error_response4() local
148 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response4()
153 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response4()
165 uint8_t teststr[] = { in t_error_response5() local
189 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response5()
194 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response5()
206 uint8_t teststr[] = { in t_error_response6() local
230 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response6()
235 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response6()
247 uint8_t teststr[] = { in t_error_response7() local
272 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response7()
277 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response7()
284 uint8_t teststr[] = { in t_error_response8() local
313 CU_ASSERT(response->used_size == sizeof(teststr) - 4); in t_error_response8()
318 CU_ASSERT(memcmp(response->token - 4, teststr, sizeof(teststr)) == 0); in t_error_response8()