Searched refs:s_async_json_packet_prefix (Results 1 – 1 of 1) sorted by relevance
5503 static const char *const s_async_json_packet_prefix = "JSON-async:"; variable5509 if (!packet.consume_front(s_async_json_packet_prefix)) { in ParseStructuredDataPacket()5517 packet.slice(0, strlen(s_async_json_packet_prefix)).str().c_str()); in ParseStructuredDataPacket()