Searched refs:ni_req_copy_ptr (Results 1 – 3 of 3) sorted by relevance
2361 qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *ni_req_copy_ptr = in reportNiRequest() local2362 (qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *)malloc(sizeof(*ni_req_copy_ptr)); in reportNiRequest()2364 if( NULL != ni_req_copy_ptr) in reportNiRequest()2366 memcpy(ni_req_copy_ptr, ni_req_ptr, sizeof(*ni_req_copy_ptr)); in reportNiRequest()2368 requestNiNotify(notif, (const void*)ni_req_copy_ptr); in reportNiRequest()
2279 qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *ni_req_copy_ptr = in reportNiRequest() local2280 (qmiLocEventNiNotifyVerifyReqIndMsgT_v02 *)malloc(sizeof(*ni_req_copy_ptr)); in reportNiRequest()2282 if( NULL != ni_req_copy_ptr) in reportNiRequest()2284 memcpy(ni_req_copy_ptr, ni_req_ptr, sizeof(*ni_req_copy_ptr)); in reportNiRequest()2286 requestNiNotify(notif, (const void*)ni_req_copy_ptr); in reportNiRequest()