Searched refs:kErrorStatusMaxSize (Results 1 – 2 of 2) sorted by relevance
133 static const size_t kErrorStatusMaxSize = 4096; member137 kMessageTotalBytes + kErrorStatusMaxSize;
1297 char message[kMessageTotalBytes + kErrorStatusMaxSize]; in CreateMessage()1339 if (gsProtoSize + 4 > kErrorStatusMaxSize) { in CreateMessage()1341 << "is too big to fit in RDMA message (" << kErrorStatusMaxSize in CreateMessage()1343 gsProtoSize = kErrorStatusMaxSize - 4; in CreateMessage()