Lines Matching refs:RequestElement
1112 IN CHAR16 *RequestElement, in ValidateQuestionFromVfr() argument
1302 if (StrStr (RequestElement, QuestionName) == NULL) { in ValidateQuestionFromVfr()
1309 Status = GetValueFromRequest (RequestElement, QuestionName, &VarValue); in ValidateQuestionFromVfr()
1373 if (StrStr (RequestElement, QuestionName) == NULL) { in ValidateQuestionFromVfr()
1380 Status = GetValueFromRequest (RequestElement, QuestionName, &VarValue); in ValidateQuestionFromVfr()
1511 if (StrStr (RequestElement, QuestionName) == NULL) { in ValidateQuestionFromVfr()
1518 Status = GetValueFromRequest (RequestElement, QuestionName, &VarValue); in ValidateQuestionFromVfr()
1586 StringPtr = StrStr (RequestElement, QuestionName); in ValidateQuestionFromVfr()
2744 IN CONST CHAR16 *RequestElement OPTIONAL in HiiSetBrowserData()
2757 if (RequestElement == NULL) { in HiiSetBrowserData()
2771 Size = Size + (StrLen (RequestElement) + 1) * sizeof (CHAR16); in HiiSetBrowserData()
2773 UnicodeSPrint (ConfigRequest, Size, L"%s%s", mConfigHdrTemplate, RequestElement); in HiiSetBrowserData()