Home | History | Annotate | Download | only in SetupBrowserDxe

Lines Matching refs:StrLen

674     TmpSize = StrLen (*ResultsData);

675 BufferSize = (TmpSize + StrLen (BrowserStorage->ConfigHdr) + 2) * sizeof (CHAR16);
1431 LengthStr = StrLen (Value);
1707 Length = StrLen (FormsetStorage->ConfigHdr);
1708 Length += StrLen (Question->BlockName);
1710 Length = StrLen (FormsetStorage->ConfigHdr);
1711 Length += StrLen (Question->VariableName) + 1;
1966 BufferLen = ((StrLen ((CHAR16 *) Src) * 4) + 1) * sizeof (CHAR16);
2003 Length = StrLen (Question->BlockName) + 7;
2005 Length = StrLen (Question->VariableName) + 2;
2008 Length += (StrLen ((CHAR16 *) Src) * 4);
2014 MaxLen = StrLen (FormsetStorage->ConfigHdr) + Length + 1;
2028 Value = ConfigResp + StrLen (ConfigResp);
3783 RequestElement += StrLen (Question->VariableName) + 1;
3806 RequestElement += StrLen (Question->BlockName) + StrLen (L"&VALUE=");
3823 RequestElement += StrLen (Question->BlockName) + StrLen (L"&VALUE=");
4146 ASSERT (StrLen (NewString) * sizeof (CHAR16) <= Question->StorageWidth);
4147 if (StrLen (NewString) * sizeof (CHAR16) <= Question->StorageWidth) {
5059 NewStr += StrLen (RequestElement);
5062 Storage->SpareStrLen += StrLen (RequestElement);
5225 StrLength = StrLen (RequestElement);
5392 UINTN StrLen;
5437 StrLen = StrSize (Storage->ConfigHdr) + 20 * sizeof (CHAR16);
5438 ConfigRequest = AllocateZeroPool (StrLen);
5442 StrLen,