Searched refs:myMappingKey (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dkextd_usernotification.c1738 // at this point. So for now myMappingKey will always be NULL.
1751 CFStringRef myMappingKey = NULL; // must release local
1760 myMappingKey = createBundleMappingKey(myBundleID);
1764 if ( isInAlertsSentArray(*theSentAlertsArrayPtr, myDict, myMappingKey) ) {
1765 SAFE_RELEASE_NULL(myMappingKey);
1773 myKextMessage = getKextAlertMessage(myDict, myMappingKey);
1788 SAFE_RELEASE_NULL(myMappingKey);

Completed in 101 milliseconds