HomeSort by relevance Sort by last modified time
    Searched refs:randomCharacterInSecWebSocketKey (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/websockets/
websocket_handshake.cc 230 uint8 randomCharacterInSecWebSocketKey[0x2F - 0x20 + 0x7E - 0x39];
234 if (randomCharacterInSecWebSocketKey[0] == '\0') {
237 randomCharacterInSecWebSocketKey[i] = ch;
239 randomCharacterInSecWebSocketKey[i] = ch;
287 int chpos = rand_(0, sizeof(randomCharacterInSecWebSocketKey) - 1);
288 s = s.substr(0, pos).append(1, randomCharacterInSecWebSocketKey[chpos]) +
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 60 static const char randomCharacterInSecWebSocketKey[] = "!\"#$%&'()*+,-./:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~";
119 DEFINE_STATIC_LOCAL(String, randomChars, (randomCharacterInSecWebSocketKey));

Completed in 1094 milliseconds