Lines Matching defs:teststr
25 coap_str_const_t teststr = { 1, (const uint8_t *)"" }; in t_parse_option1() local
41 coap_str_const_t teststr = { 2, (const uint8_t *)"\xc1" }; in t_parse_option2() local
56 coap_str_const_t teststr = { 13, (const uint8_t *)"\x3c\x00\x01\x02\x03\x04" in t_parse_option3() local
74 coap_str_const_t teststr = { 2, (const uint8_t *)"\xf3" }; in t_parse_option4() local
86 coap_str_const_t teststr = { 2, (const uint8_t *)"\x3f" }; in t_parse_option5() local
98 coap_str_const_t teststr = { 1, (const uint8_t *)"\xff" }; in t_parse_option6() local
110 coap_str_const_t teststr = { 2, (const uint8_t *)"\xd0\x07" }; in t_parse_option7() local
124 coap_str_const_t teststr = { 3, (const uint8_t *)"\xe0\x01\xff" }; in t_parse_option8() local
138 coap_str_const_t teststr = { 3, (const uint8_t *)"\xe0\xfe\xf2" }; in t_parse_option9() local
151 coap_str_const_t teststr = { 3, (const uint8_t *)"\xe0\xff\xff" }; in t_parse_option10() local
163 coap_str_const_t teststr = { 1, (const uint8_t *)"\xd0" }; in t_parse_option11() local
175 coap_str_const_t teststr = { 3, (const uint8_t *)"\xee\xff\x0b" }; in t_parse_option12() local
188 coap_string_t teststr = { sizeof(_data), _data }; in t_parse_option13() local
239 char teststr[] = { 0x00 }; in t_encode_option1() local
251 uint8_t teststr[] = { 0x5d, 0xff }; in t_encode_option2() local
263 uint8_t teststr[] = { 0xd1, 0x01 }; in t_encode_option3() local
275 uint8_t teststr[] = { 0xdd, 0xff, 0xab }; in t_encode_option4() local
287 uint8_t teststr[] = { 0xed, 0x13, 0x00, 0xff }; in t_encode_option5() local
299 uint8_t teststr[] = { 0xee, 0xfe, 0xf2, 0xfe, 0xf2 }; in t_encode_option6() local
311 uint8_t teststr[] = { 0x35, 'v', 'a', 'l', 'u', 'e' }; in t_encode_option7() local
344 uint8_t teststr[] = { 0xe1, 0x00, 0x00 }; in t_encode_option9() local
360 const uint8_t teststr[] = { 0x12, 'a', 'b' }; in t_access_option1() local
373 const uint8_t teststr[] = { 0xe2, 0x18, 0xfd, 'a', 'b' }; in t_access_option2() local
386 const uint8_t teststr[] = { 0xed, 0x18, 0x0a, 0x00, 'a', 'b', 'c', 'd', in t_access_option3() local
402 const uint8_t teststr[] = { 0xde, 0xff, 0xfe, 0xf2, 'a', 'b', 'c' }; in t_access_option4() local
415 const uint8_t teststr[] = { 0xee, 0xfe, 0xf2, 0x00, 0xdd, 'a', 'b', 'c' }; in t_access_option5() local
429 const uint8_t teststr[] = { 0xf2, 'a', 'b' }; in t_access_option6() local
444 const uint8_t teststr[] = { 0x2f, 'a', 'b' }; in t_access_option7() local
470 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option1() local
495 uint8_t teststr[3] ALIGNED(8) = { in t_iterate_option2() local
521 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option3() local
563 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option4() local
606 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option5() local
639 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option6() local
684 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option7() local
731 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option8() local
762 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option9() local
793 uint8_t teststr[] ALIGNED(8) = { in t_iterate_option10() local