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

/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSAttrUtils.cpp136 CFNumberType numType = CFNumberGetType(cfNum); local
137 switch(numType) {
158 MPDebug("MDS cfTypeToInt: Bad CFNumber type (%ld) key %s", numType, key);
161 Boolean brtn = CFNumberGetValue(cfNum, numType, &tmpValue);
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFUnserialize.yacc1019 CFNumberType numType;
1024 numType = kCFNumberSInt32Type;
1029 numType = kCFNumberSInt64Type;
1032 number = CFNumberCreate(state->allocator, numType,
H A DIOCFUnserialize.tab.c2638 CFNumberType numType;
2643 numType = kCFNumberSInt32Type;
2648 numType = kCFNumberSInt64Type;
2651 number = CFNumberCreate(state->allocator, numType,
2635 CFNumberType numType; local
H A DIOCFSerialize.c1158 CFNumberType numType; local
1226 numType = kCFNumberSInt32Type;
1228 numType = kCFNumberSInt64Type;
1230 o = CFNumberCreate(allocator, numType, (const void *) bytes);

Completed in 107 milliseconds