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

/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.cpp1205 CFMutableDictionaryRef theSessionDictionaryRef = 0; local
1209 theSessionDictionaryRef = CFDictionaryCreateMutable ( kCFAllocatorDefault,
1252 CFDictionarySetValue ( theSessionDictionaryRef,
1256 CFDictionarySetValue ( theSessionDictionaryRef,
1260 CFDictionarySetValue ( theSessionDictionaryRef,
1281 CFDictionarySetValue ( theSessionDictionaryRef,
1305 CFDictionarySetValue ( theSessionDictionaryRef,
1404 CFDictionarySetValue ( theSessionDictionaryRef, CFSTR ( kTrackArrayString ), theTrackArrayRef );
1405 CFArraySetValueAtIndex ( theSessionArrayRef, index, theSessionDictionaryRef );
1407 CFRelease ( theSessionDictionaryRef );
[all...]

Completed in 167 milliseconds