Home
last modified time | relevance | path

Searched refs:coap_response_node_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_coap.c230 coap_response_node_t *node = NULL; in _coap_response_default()
231 coap_response_node_t *next = NULL; in _coap_response_default()
260 coap_response_node_t) in _coap_response_default()
324 coap_response_node_t *node; in _coap_publish()
325 node = (coap_response_node_t *)cm_malloc(sizeof(coap_response_node_t)); in _coap_publish()
329 memset(node, 0, sizeof(coap_response_node_t)); in _coap_publish()
373 coap_response_node_t *node = NULL; in _coap_close()
374 coap_response_node_t *next = NULL; in _coap_close()
385 coap_response_node_t) in _coap_close()
A Diotx_cm_coap.h18 } coap_response_node_t; typedef

Completed in 3 milliseconds