Searched refs:pp_context (Results 1 – 1 of 1) sorted by relevance
946 void IOT_CoAP_Deinit(iotx_coap_context_t **pp_context) in IOT_CoAP_Deinit() argument950 if (NULL != pp_context && NULL != *pp_context) { in IOT_CoAP_Deinit()951 p_iotx_coap = (iotx_coap_t *)*pp_context; in IOT_CoAP_Deinit()971 *pp_context = NULL; in IOT_CoAP_Deinit()
Completed in 5 milliseconds