Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c510 if (pDcrs == NULL) { in FreeDataCallResponse()
514 if (pDcrs[i].address != NULL) { in FreeDataCallResponse()
515 free(pDcrs[i].address); in FreeDataCallResponse()
518 free(pDcrs[i].netPortName); in FreeDataCallResponse()
520 if (pDcrs[i].type != NULL) { in FreeDataCallResponse()
521 free(pDcrs[i].type); in FreeDataCallResponse()
523 if (pDcrs[i].dns != NULL) { in FreeDataCallResponse()
524 free(pDcrs[i].dns); in FreeDataCallResponse()
526 if (pDcrs[i].gateway != NULL) { in FreeDataCallResponse()
527 free(pDcrs[i].gateway); in FreeDataCallResponse()
[all …]