Home
last modified time | relevance | path

Searched refs:coap_free (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPExport.c202 coap_free(p_ctx->recvbuf); in Cloud_CoAPContext_create()
207 coap_free(p_ctx->sendbuf); in Cloud_CoAPContext_create()
211 coap_free(p_ctx); in Cloud_CoAPContext_create()
232 coap_free(cur->message); in Cloud_CoAPContext_free()
235 coap_free(cur); in Cloud_CoAPContext_free()
241 coap_free(p_ctx->recvbuf); in Cloud_CoAPContext_free()
246 coap_free(p_ctx->sendbuf); in Cloud_CoAPContext_free()
251 coap_free(p_ctx); in Cloud_CoAPContext_free()
A DCloud_CoAPPlatform.h16 #define coap_free(ptr) LITE_free(ptr) macro
19 #define coap_free(ptr) \
A DCloud_CoAPMessage.c87 coap_free(node); in Cloud_CoAPMessageList_add()
202 coap_free(node->message); in Cloud_CoAPRespMessage_handle()
204 coap_free(node); in Cloud_CoAPRespMessage_handle()
318 coap_free(node->message); in Cloud_CoAPMessage_cycle()
319 coap_free(node); in Cloud_CoAPMessage_cycle()
A Diotx_coap_api.c77 coap_free(p_msg); in iotx_calc_sign()
102 coap_free(p_msg); in iotx_calc_sign_with_seq()
538 coap_free(p_payload); in IOT_CoAP_DeviceNameAuth()
713 coap_free(payload); in IOT_CoAP_SendMessage()
727 coap_free(payload); in IOT_CoAP_SendMessage()
791 coap_free(payload); in IOT_CoAP_GetMessagePayload()
930 coap_free(p_iotx_coap->p_devinfo); in IOT_CoAP_Init()
933 coap_free(p_iotx_coap->p_auth_token); in IOT_CoAP_Init()
941 coap_free(p_iotx_coap); in IOT_CoAP_Init()
962 coap_free(p_iotx_coap->p_devinfo); in IOT_CoAP_Deinit()
[all …]
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPExport.c137 coap_free(p_ctx->recvbuf); in CoAPContext_create()
143 coap_free(p_ctx->sendbuf); in CoAPContext_create()
168 coap_free(p_ctx); in CoAPContext_create()
204 coap_free(cur->message); in CoAPContext_free()
207 coap_free(cur); in CoAPContext_free()
233 coap_free(p_ctx->recvbuf); in CoAPContext_free()
239 coap_free(p_ctx->sendbuf); in CoAPContext_free()
246 coap_free(p_ctx); in CoAPContext_free()
A DCoAPNetwork.c91 coap_free(network); in CoAPNetwork_init()
100 coap_free(network); in CoAPNetwork_init()
125 coap_free(p_context); in CoAPNetwork_deinit()
A DCoAPMessage.c108 coap_free(node); in CoAPMessageList_add()
214 coap_free(buff); in CoAPMessage_send()
220 coap_free(buff); in CoAPMessage_send()
226 coap_free(buff); in CoAPMessage_send()
254 coap_free(node->message); in CoAPMessage_cancel()
255 coap_free(node); in CoAPMessage_cancel()
281 coap_free(node->message); in CoAPMessageId_cancel()
282 coap_free(node); in CoAPMessageId_cancel()
309 coap_free(node); in CoAPAckMessage_handle()
439 coap_free(node); in CoAPRespMessage_handle()
[all …]
A DCoAPObserve.c41 coap_free(node); in CoAPObsServer_deinit()
110 coap_free(obs); in CoAPObsServer_add()
144 coap_free(node); in CoapObsServer_delete()
169 coap_free(node); in CoapObsServerAll_delete()
228 coap_free(dest.data); in CoAPObsServer_notify()
268 coap_free(node); in CoAPObsClient_deinit()
356 coap_free(node); in CoAPObsClient_add()
391 coap_free(node); in CoAPObsClient_delete()
A DCoAPResource.c55 coap_free(node->filter_path); in CoAPResource_deinit()
61 coap_free(node); in CoAPResource_deinit()
101 coap_free(resource); in CoAPResource_create()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_client.c123 coap_free(auth_param->productKey); in nego_cb()
124 coap_free(auth_param->deviceName); in nego_cb()
125 coap_free(auth_param); in nego_cb()
193 coap_free(auth_param); in nego_cb()
203 coap_free(auth_param); in nego_cb()
326 coap_free(auth_param->productKey); in auth_cb()
327 coap_free(auth_param->deviceName); in auth_cb()
328 coap_free(auth_param->accessToken); in auth_cb()
329 coap_free(auth_param); in auth_cb()
512 coap_free(item); in alcs_add_client_key()
[all …]
A Dalcs_server.c362 coap_free(node->keyInfo.secret); in alcs_remove_low_priority_key()
364 coap_free(node); in alcs_remove_low_priority_key()
407 coap_free(item); in add_svr_key()
442 coap_free(node); in alcs_remove_svr_key()
461 coap_free(lst->revocation); in alcs_set_revocation()
574 coap_free(buf); in recv_msg_handler()
622 coap_free(item); in alcs_resource_register_secure()
636 coap_free(item); in alcs_resource_register_secure()
654 coap_free(del_item); in alcs_resource_cb_deinit()
674 coap_free(del_item); in alcs_auth_list_deinit()
[all …]
A Dalcs_api.c68 coap_free(session); in remove_session()
472 coap_free(buf); in internal_secure_send()
536 coap_free(buf); in secure_sendmsg_handler()
544 coap_free(send_item); in secure_sendmsg_handler()
681 coap_free(item->id); in alcs_add_ctl_group()
684 coap_free(item->accessKey); in alcs_add_ctl_group()
687 coap_free(item->accessToken); in alcs_add_ctl_group()
689 coap_free(item); in alcs_add_ctl_group()
740 coap_free(item->id); in alcs_add_svr_group()
743 coap_free(item->keyInfo.secret); in alcs_add_svr_group()
[all …]
A Dalcs_coap.c243 coap_free(alcs_ctx); in alcs_context_free()
267 coap_free(g_alcs_ctx); in alcs_context_init()
283 coap_free(g_alcs_ctx); in alcs_context_deinit()
362 coap_free(del_item); in alcs_deinit()
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPPlatform.h19 #define coap_free(ptr) LITE_free(ptr) macro
22 #define coap_free(ptr) \
A DCoAPMessage_common.c296 coap_free(message->options[count].val); in CoAPMessage_destory()
/AliOS-Things-master/components/linkkit/wrappers/platform/ssl/
A DHAL_DTLS_mbedtls.c231 coap_free(ptr); in _DTLSFree_wrapper()
360 coap_free(p_dtls_session); in _DTLSSession_deinit()

Completed in 20 milliseconds