Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dinspector_socket_server.cc27 static const uint8_t PROTOCOL_JSON[] = { member
137 PROTOCOL_JSON[0] * 0x10000u + in SendProtocolJson()
138 PROTOCOL_JSON[1] * 0x100u + in SendProtocolJson()
139 PROTOCOL_JSON[2]; in SendProtocolJson()
140 strm.next_in = const_cast<uint8_t*>(PROTOCOL_JSON + 3); in SendProtocolJson()
141 strm.avail_in = sizeof(PROTOCOL_JSON) - 3; in SendProtocolJson()

Completed in 3 milliseconds