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

/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c51 #define __kCFMessagePortMaxNameLength BOOTSTRAP_MAX_NAME_LEN macro
53 #define __kCFMessagePortMaxNameLength 128 macro
56 #if __kCFMessagePortMaxNameLengthMax < __kCFMessagePortMaxNameLength
57 #undef __kCFMessagePortMaxNameLength macro
58 #define __kCFMessagePortMaxNameLength __kCFMessagePortMaxNameLengthMax macro
316 utfname = CFAllocatorAllocate(kCFAllocatorSystemDefault, __kCFMessagePortMaxNameLength + 1, 0);
317 CFStringGetBytes(name, CFRangeMake(0, CFStringGetLength(name)), kCFStringEncodingUTF8, 0, false, utfname, __kCFMessagePortMaxNameLength, &utflen);

Completed in 93 milliseconds