Searched refs:coap_print_link (Results 1 – 6 of 6) sorted by relevance
/third_party/libcoap/tests/ |
D | test_wellknown.c | 55 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/ |
D | resource.h | 352 coap_print_status_t coap_print_link(const coap_resource_t *resource,
|
/third_party/libcoap/ |
D | libcoap-3.sym | 147 coap_print_link
|
D | libcoap-3.map | 149 coap_print_link;
|
D | ChangeLog | 151 * 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/ |
D | resource.c | 272 result = coap_print_link(r, p, &left, &offset); 624 coap_print_link(const coap_resource_t *resource, function
|