Home | History | Annotate | Download | only in DxeHttpLib

Lines Matching refs:PathStr

753   CHAR8                *PathStr;

768 PathStr = AllocatePool (Parser->FieldData[HTTP_URI_FIELD_PATH].Length + 1);
769 if (PathStr == NULL) {
776 PathStr,
783 PathStr[ResultLength] = '\0';
784 *Path = PathStr;