Searched refs:first_comma (Results 1 – 1 of 1) sorted by relevance
257 const char *first_comma = strchr(packet_data, ','); in SendPacketNoLock() local258 if (first_comma) in SendPacketNoLock()260 const char *second_comma = strchr(first_comma + 1, ','); in SendPacketNoLock()