Searched refs:coap_attr_t (Results 1 – 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
D | coap_resource_internal.h | 31 struct coap_attr_t { struct 32 struct coap_attr_t *next; /**< Pointer to next in chain or NULL */ argument 62 coap_attr_t *link_attr; /**< attributes to be included with the link format */ 131 void coap_delete_attr(coap_attr_t *attr);
|
D | resource.h | 289 coap_attr_t *coap_add_attr(coap_resource_t *resource, 303 coap_attr_t *coap_find_attr(coap_resource_t *resource, 313 coap_str_const_t *coap_attr_get_value(coap_attr_t *attribute);
|
D | coap_forward_decls.h | 88 typedef struct coap_attr_t coap_attr_t; typedef
|
D | lwippools.h | 108 LWIP_MEMPOOL(COAP_RESOURCEATTR, MEMP_NUM_COAPRESOURCEATTR, sizeof(coap_attr_t), "COAP_RESOURCEATTR")
|
/third_party/libcoap/src/ |
D | resource.c | 248 coap_attr_t *attr; 406 coap_attr_t * 411 coap_attr_t *attr; 416 attr = (coap_attr_t *)coap_malloc_type(COAP_RESOURCEATTR, sizeof(coap_attr_t)); 443 coap_attr_t * 446 coap_attr_t *attr; 461 coap_attr_get_value(coap_attr_t *attr) { 468 coap_delete_attr(coap_attr_t *attr) { 494 coap_attr_t *attr, *tmp; 628 coap_attr_t *attr;
|
D | mem.c | 198 static coap_attr_t resattr_storage_data[COAP_MAX_ATTRIBUTES]; 398 MEMB(attribute_storage, coap_attr_t, COAP_MAX_ATTRIBUTES);
|
/third_party/libcoap/man/ |
D | coap_attribute.txt.in | 22 *coap_attr_t *coap_add_attr(coap_resource_t *_resource_, 25 *coap_attr_t *coap_find_attr(coap_resource_t *_resource_, 28 *coap_str_const_t *coap_attr_get_value(coap_attr_t *_attribute_);*
|
/third_party/libcoap/ |
D | ChangeLog | 22 * coap_attr_t
|