Searched defs:EntryPtr (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcolormap.h73 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
111 typedef int (*ColorCompareProcPtr) (EntryPtr /*pent */ ,
115 EntryPtr /*pentFirst */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcolormap.h75 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
121 EntryPtr /*pent*/,
126 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcolormap.h73 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
111 typedef int (*ColorCompareProcPtr) (EntryPtr /*pent */ ,
115 EntryPtr /*pentFirst */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcolormap.h73 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
111 typedef int (*ColorCompareProcPtr) (EntryPtr /*pent */ ,
115 EntryPtr /*pentFirst */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcolormap.h73 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
111 typedef int (*ColorCompareProcPtr) (EntryPtr /*pent */ ,
115 EntryPtr /*pentFirst */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcolormap.h73 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
111 typedef int (*ColorCompareProcPtr) (EntryPtr /*pent */ ,
115 EntryPtr /*pentFirst */ ,
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dcolormap.h77 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
148 EntryPtr /*pent*/,
156 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcolormap.h77 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
123 EntryPtr /*pent*/,
128 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcolormap.h77 typedef struct _CMEntry *EntryPtr; typedef in typeref:struct:_CMEntry
123 EntryPtr /*pent*/,
128 EntryPtr /*pentFirst*/,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeTpmMeasureBootLib/
H A DDxeTpmMeasureBootLib.c110 UINT8 *EntryPtr; local
153 EntryPtr = (UINT8 *)AllocatePool (PrimaryHeader->NumberOfPartitionEntries * PrimaryHeader->SizeOfPartitionEntry);
154 if (EntryPtr == NULL) {
163 EntryPtr
167 FreePool (EntryPtr);
174 PartitionEntry = (EFI_PARTITION_ENTRY *)EntryPtr;
191 FreePool (EntryPtr);
208 PartitionEntry = (EFI_PARTITION_ENTRY*)EntryPtr;
240 FreePool (EntryPtr);

Completed in 2810 milliseconds