Searched refs:coap_async_state_t (Results 1 – 5 of 5) sorted by relevance
31 typedef struct coap_async_state_t { struct48 struct coap_async_state_t *next; /**< internally used for linking */ argument52 } coap_async_state_t; typedef84 coap_async_state_t *108 coap_async_state_t **s);118 coap_free_async(coap_async_state_t *state);132 coap_async_state_t *coap_find_async(coap_context_t *context, coap_tid_t id);140 coap_touch_async(coap_async_state_t *s) { coap_ticks(&s->created); } in coap_touch_async()
58 struct coap_async_state_t;83 struct coap_async_state_t *async_state;
23 coap_async_state_t *26 coap_async_state_t *s; in coap_register_async()40 s = (coap_async_state_t *)coap_malloc(sizeof(coap_async_state_t) + in coap_register_async()47 memset(s, 0, sizeof(coap_async_state_t) + request->hdr->token_length); in coap_register_async()72 coap_async_state_t *74 coap_async_state_t *tmp; in coap_find_async()81 coap_async_state_t **s) { in coap_remove_async()82 coap_async_state_t *tmp = coap_find_async(context, id); in coap_remove_async()92 coap_free_async(coap_async_state_t *s) { in coap_free_async()
50 static coap_async_state_t *async = NULL;252 coap_async_state_t *tmp; in check_async()
68 static coap_async_state_t *async = NULL;457 coap_async_state_t *tmp; in check_async()