Searched refs:coap_subscription_t (Results 1 - 8 of 8) sorted by relevance
/third_party/libcoap/include/coap3/ |
H A D | coap_subscribe_internal.h | 57 struct coap_subscription_t { struct 58 struct coap_subscription_t *next; /**< next element in linked list */ 70 void coap_subscription_init(coap_subscription_t *); 105 coap_subscription_t *coap_add_observer(coap_resource_t *resource, 119 coap_subscription_t *coap_find_observer(coap_resource_t *resource,
|
H A D | coap_subscribe.h | 85 coap_subscription_t *observe_key, 105 coap_subscription_t *observe_key, 208 coap_subscription_t *coap_persist_observe_add(coap_context_t *context,
|
H A D | coap_forward_decls.h | 114 typedef struct coap_subscription_t coap_subscription_t; typedef
|
H A D | coap_resource_internal.h | 74 coap_subscription_t *subscribers; /**< list of observers for this resource */
|
/third_party/libcoap/src/ |
H A D | coap_resource.c | 468 coap_subscription_t *obs, *otmp; 690 coap_subscription_t * 693 coap_subscription_t *s; 707 static coap_subscription_t * 710 coap_subscription_t *s; 724 coap_subscription_t * 729 coap_subscription_t *s; 777 s = coap_malloc_type(COAP_SUBSCRIPTION, sizeof(coap_subscription_t)); 921 coap_subscription_t *s; 934 coap_subscription_t * [all...] |
H A D | coap_subscribe.c | 25 coap_subscription_init(coap_subscription_t *s) { in coap_subscription_init() 27 memset(s, 0, sizeof(coap_subscription_t)); in coap_subscription_init() 48 coap_subscription_t * 72 coap_subscription_t *s; in coap_persist_observe_add() 306 coap_op_observe_read(FILE *fp, coap_subscription_t **observe_key, in coap_op_observe_read() 371 coap_op_observe_write(FILE *fp, coap_subscription_t *observe_key, in coap_op_observe_write() 414 coap_subscription_t *observe_key = NULL; in coap_op_observe_load_disk() 489 coap_subscription_t *a_observe_key, in coap_op_observe_added() 497 coap_subscription_t *observe_key = NULL; in coap_op_observe_added() 572 coap_subscription_t *d_observe_ke in coap_op_observe_deleted() [all...] |
H A D | coap_net.c | 3113 coap_subscription_t *subscription; in handle_request() 3743 coap_subscription_t *obs, *tmp; in coap_dispatch()
|
/third_party/libcoap/examples/lwip/config/ |
H A D | lwippools.h | 147 LWIP_MEMPOOL(COAP_SUBSCRIPTION, MEMP_NUM_COAP_SUBSCRIPTION, sizeof(coap_subscription_t),
|
Completed in 10 milliseconds