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