Home
last modified time | relevance | path

Searched refs:coap_print_link (Results 1 – 6 of 6) sorted by relevance

/third_party/libcoap/tests/
Dtest_wellknown.c55 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
65 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
73 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown1()
102 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
114 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
126 result = coap_print_link(r, buf, &buflen, &ofs); in t_wellknown2()
/third_party/libcoap/include/coap3/
Dresource.h352 coap_print_status_t coap_print_link(const coap_resource_t *resource,
/third_party/libcoap/
Dlibcoap-3.sym147 coap_print_link
Dlibcoap-3.map149 coap_print_link;
DChangeLog151 * resource.c (coap_print_link): This function now takes an offset
164 * resource.c (coap_print_link): Output partial resource
171 (print_wellknown): Support for the new coap_print_link(). An
/third_party/libcoap/src/
Dresource.c272 result = coap_print_link(r, p, &left, &offset);
624 coap_print_link(const coap_resource_t *resource, function