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

/macosx-10.9.5/CF-855.17/
H A DCFURL.inc.h194 flags |= HAS_PORT;
202 if (!(flags & HAS_PORT)) {
H A DCFURL.c110 #define HAS_PORT (0x00000010) macro
140 #define NET_LOCATION_MASK (HAS_HOST | HAS_USER | HAS_PASSWORD | HAS_PORT)
146 #define EQUAL_FLAGS_MASK (HAS_SCHEME | HAS_USER | HAS_PASSWORD | HAS_HOST | HAS_PORT | HAS_PATH | HAS_PARAMETERS | HAS_QUERY | HAS_FRAGMENT | IS_IPV6_ENCODED | IS_DIRECTORY | PATH_HAS_FILE_ID | IS_DECOMPOSABLE | SCHEME_TYPE_MASK )
157 #define PORT_DIFFERS HAS_PORT // Port can actually never differ because if there were a non-digit following a colon in the net location, we'd interpret the whole net location as the host
2967 netRgs[3] = _rangeForComponent(flags, ranges, HAS_PORT);
3178 port = _retainedComponentString(anURL, HAS_PORT, true, false);
3420 mask = HAS_PORT;
3591 if (url->_flags & HAS_PORT) {

Completed in 65 milliseconds