Searched refs:sentArray (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_usernotification.c1583 CFMutableArrayRef sentArray = NULL; // do not release local
1584 sentArray = (CFMutableArrayRef)
1587 if (sentArray == NULL) {
1595 didAppend = sendKextAlertNotifications(&sentArray, myKextArray, theAlertType);
1938 CFMutableArrayRef sentArray = NULL; // do not release local
1939 sentArray = (CFMutableArrayRef)
1942 if (sentArray == NULL) {
1956 if (!CFArrayContainsValue(sentArray, RANGE_ALL(sentArray), kextDict)) {
1958 CFArrayAppendValue(sentArray, kextDic
[all...]

Completed in 170 milliseconds