Searched refs:blockedPortListEnd (Results 1 – 1 of 1) sorted by relevance
130 …const unsigned short* const blockedPortListEnd = blockedPortList + WTF_ARRAY_LENGTH(blockedPortLis… in portAllowed() local136 for (const unsigned short* p = blockedPortList; p != blockedPortListEnd - 1; ++p) in portAllowed()143 if (!std::binary_search(blockedPortList, blockedPortListEnd, port)) in portAllowed()