Searched refs:kShutdownToken (Results 1 – 2 of 2) sorted by relevance
101 const char kShutdownToken[] = "SHUTDOWN"; variable104 const int kMaxACKMessageLength = arraysize(kShutdownToken) - 1;621 reader->FinishWithACK(kShutdownToken, arraysize(kShutdownToken) - 1); in HandleMessage()872 if (strncmp(buf, kShutdownToken, arraysize(kShutdownToken) - 1) == 0) { in NotifyOtherProcessWithTimeout()
97 const char kShutdownToken[] = "SHUTDOWN"; variable100 const int kMaxACKMessageLength = arraysize(kShutdownToken) - 1;574 reader->FinishWithACK(kShutdownToken, arraysize(kShutdownToken) - 1); in HandleMessage()810 if (strncmp(buf, kShutdownToken, arraysize(kShutdownToken) - 1) == 0) { in NotifyOtherProcessWithTimeout()