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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c171 // FILE_PREFIX_WITH_AUTHORITY and fileURLPrefixWithAuthority are only needed because some code incorrectly expects file URLs to have a host of "localhost", so if the application is linked on or before OS X 10.9 or iOS 7.0, we add "localhost" to file path URLs we create.
173 static const UInt8 fileURLPrefixWithAuthority[] = FILE_PREFIX_WITH_AUTHORITY; variable
810 fileURLPrefixPtr = fileURLPrefixWithAuthority;
811 fileURLPrefixLength = sizeof(fileURLPrefixWithAuthority);
3881 fileURLPrefixLength = sizeof(fileURLPrefixWithAuthority);

Completed in 162 milliseconds