Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/kxld/tests/
H A Dkextcopyright.c80 CFDataRef the_data = NULL; in convert_cfstring() local
86 the_data = CFStringCreateExternalRepresentation(kCFAllocatorDefault, in convert_cfstring()
88 if (!the_data) { in convert_cfstring()
93 data_bytes = CFDataGetBytePtr(the_data); in convert_cfstring()
115 if (the_data) { in convert_cfstring()
116 CFRelease(the_data); in convert_cfstring()