Home | History | Annotate | Download | only in TlsAuthConfigDxe

Lines Matching refs:AllocateCopyPool

872   Extract filename from device path. The returned buffer is allocated using AllocateCopyPool.
878 @retval NULL Not enough memory resourece for AllocateCopyPool.
906 FileName = AllocateCopyPool ((Length + 1) * sizeof(CHAR16), LastMatch);