Searched refs:kBoundaryLength (Results 1 – 1 of 1) sorted by relevance
247 static const int kBoundaryLength = 27 + 16 + 1; in GenerateMultipartBoundary() local253 wchar_t temp[kBoundaryLength]; in GenerateMultipartBoundary()254 swprintf(temp, kBoundaryLength, L"%s%08X%08X", kBoundaryPrefix, r0, r1); in GenerateMultipartBoundary()257 temp[kBoundaryLength - 1] = L'\0'; in GenerateMultipartBoundary()