Searched refs:dictRef (Results 1 – 2 of 2) sorted by relevance
26 NSDictionary *dictRef;27 Foo_ref foo = (Foo_ref)dictRef;30 int before = [dictRef retainCount];31 int after = [dictRef retainCount];33 if ([foo retainCount] != [dictRef retainCount]) {
223 CFDictionaryRef dictRef = (CFDictionaryRef)propertyListRef; in ReadTOCData() local231 theRawTOCDataRef = (CFDataRef)CFDictionaryGetValue (dictRef, CFSTR(kRawTOCDataString)); in ReadTOCData()234 theSessionArrayRef = (CFArrayRef)CFDictionaryGetValue (dictRef, CFSTR(kSessionsString)); in ReadTOCData()