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