Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/UserNotification/
H A DKUNCUserNotifications.c114 CFStringRef xmlError = NULL; in UNDAlertCompletedWithResult_rpc() local
131 dict = IOCFUnserialize(keyRef, NULL, NULL, &xmlError); in UNDAlertCompletedWithResult_rpc()
134 if (xmlError) { in UNDAlertCompletedWithResult_rpc()
135 CFShow(xmlError); in UNDAlertCompletedWithResult_rpc()
136 CFRelease(xmlError); in UNDAlertCompletedWithResult_rpc()