Lines Matching refs:ofs
31 size_t buflen, offset, ofs; in t_wellknown1() local
48 ofs = offset; in t_wellknown1()
51 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
59 ofs = offset; in t_wellknown1()
61 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
68 ofs = buflen; in t_wellknown1()
69 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
80 size_t buflen, offset, ofs; in t_wellknown2() local
95 ofs = offset; in t_wellknown2()
98 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
102 CU_ASSERT(ofs == 0); in t_wellknown2()
108 ofs = offset; in t_wellknown2()
110 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
114 CU_ASSERT(ofs == 0); in t_wellknown2()
121 ofs = offset; in t_wellknown2()
122 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
125 CU_ASSERT(ofs == offset - sizeof(teststr)); in t_wellknown2()