Home | History | Annotate | Download | only in BaseExtractGuidedSectionLib

Lines Matching refs:Index

173   UINT32                              Index;

196 for (Index = 0; Index < HandlerInfo->NumberOfExtractHandler; Index ++) {
197 if (CompareGuid (HandlerInfo->ExtractHandlerGuidTable + Index, SectionGuid)) {
201 HandlerInfo->ExtractDecodeHandlerTable [Index] = DecodeHandler;
202 HandlerInfo->ExtractGetInfoHandlerTable [Index] = GetInfoHandler;
267 UINT32 Index;
298 for (Index = 0; Index < HandlerInfo->NumberOfExtractHandler; Index ++) {
299 if (CompareGuid (HandlerInfo->ExtractHandlerGuidTable + Index, SectionDefinitionGuid)) {
303 return HandlerInfo->ExtractGetInfoHandlerTable [Index] (
362 UINT32 Index;
392 for (Index = 0; Index < HandlerInfo->NumberOfExtractHandler; Index ++) {
393 if (CompareGuid (HandlerInfo->ExtractHandlerGuidTable + Index, SectionDefinitionGuid)) {
397 return HandlerInfo->ExtractDecodeHandlerTable [Index] (
447 UINT32 Index;
468 for (Index = 0; Index < HandlerInfo->NumberOfExtractHandler; Index ++) {
469 if (CompareGuid (HandlerInfo->ExtractHandlerGuidTable + Index, SectionGuid)) {
475 *GetInfoHandler = HandlerInfo->ExtractGetInfoHandlerTable[Index];
478 *DecodeHandler = HandlerInfo->ExtractDecodeHandlerTable[Index];