HomeSort by relevance Sort by last modified time
    Searched refs:CapturesCount (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/
RegularExpressionDxe.c 60 number of matching patterns in CapturesCount. If Captures is
62 builds up the elements in the array. CapturesCount is also
67 @param CapturesCount On output, CapturesCount is the number of matching patterns
83 OUT UINTN *CapturesCount
160 *CapturesCount = Region->num_regs;
161 *Captures = AllocatePool (*CapturesCount * sizeof(**Captures));
163 for (Index = 0; Index < *CapturesCount; ++Index) {
273 number of matching patterns in CapturesCount. If Captures is
275 builds up the elements in the array. CapturesCount is also
    [all...]
RegularExpressionDxe.h 59 number of matching patterns in CapturesCount. If Captures is
61 builds up the elements in the array. CapturesCount is also
66 @param CapturesCount On output, CapturesCount is the number of matching patterns
89 OUT UINTN *CapturesCount
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
RegularExpressionProtocol.h 122 number of matching patterns in CapturesCount. If Captures is
124 builds up the elements in the array. CapturesCount is also
129 CapturesCount On output, CapturesCount is the number of matching patterns
152 OUT UINTN *CapturesCount
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Expression.c     [all...]

Completed in 579 milliseconds