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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c4856 SInt32 urlType = FULL_URL_REPRESENTATION; local
4857 vals[0] = CFNumberCreate(alloc, kCFNumberSInt32Type, &urlType);
4860 SInt32 urlType = FULL_URL_REPRESENTATION; local
4861 vals[0] = CFNumberCreate(alloc, kCFNumberSInt32Type, &urlType);
4878 SInt32 urlType = FULL_URL_REPRESENTATION; local
4879 vals[2] = CFNumberCreate(alloc, kCFNumberSInt32Type, &urlType);
4882 SInt32 urlType = FULL_URL_REPRESENTATION; local
4883 vals[2] = CFNumberCreate(alloc, kCFNumberSInt32Type, &urlType);
4920 SInt32 baseType, urlType; local
4935 if (!urlTypeNum || CFGetTypeID(urlTypeNum) != CFNumberGetTypeID() || !CFNumberGetValue(urlTypeNum, kCFNumberSInt32Type, &urlType) || (urlTyp
[all...]

Completed in 101 milliseconds