Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/UserNotification/
H A DKUNCUserNotifications.c113 CFStringRef xmlError = NULL; in UNDAlertCompletedWithResult_rpc() local
130 dict = IOCFUnserialize(keyRef, NULL, NULL, &xmlError); in UNDAlertCompletedWithResult_rpc()
133 if (xmlError) { in UNDAlertCompletedWithResult_rpc()
134 CFShow(xmlError); in UNDAlertCompletedWithResult_rpc()
135 CFRelease(xmlError); in UNDAlertCompletedWithResult_rpc()