Lines Matching refs:teststr
24 const coap_binary_t teststr = { 0, NULL };
27 result = coap_decode_var_bytes(teststr.s, teststr.length);
35 coap_binary_t teststr = { sizeof(data), data };
38 result = coap_decode_var_bytes8(teststr.s, teststr.length);
46 coap_binary_t teststr = { sizeof(data), data };
49 result = coap_decode_var_bytes(teststr.s, teststr.length);
57 coap_binary_t teststr = { sizeof(data), data };
60 result = coap_decode_var_bytes(teststr.s, teststr.length);
67 const coap_binary_t teststr = { 0, NULL };
70 result = coap_decode_var_bytes8(teststr.s, teststr.length);
78 coap_binary_t teststr = { sizeof(data), data };
81 result = coap_decode_var_bytes8(teststr.s, teststr.length);
89 coap_binary_t teststr = { sizeof(data), data };
92 result = coap_decode_var_bytes8(teststr.s, teststr.length);
100 coap_binary_t teststr = { sizeof(data), data };
103 result = coap_decode_var_bytes8(teststr.s, teststr.length);