Searched refs:PropertyRec (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/include/
H A Dpropertyst.h64 } PropertyRec; typedef in typeref:struct:_Property
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dpropertyst.h65 } PropertyRec; typedef in typeref:struct:_Property
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dproperty.c141 saved = malloc(stuff->nAtoms * sizeof(PropertyRec));
257 PropertyRec savedProp;
273 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dproperty.c151 saved = xallocarray(stuff->nAtoms, sizeof(PropertyRec));
260 PropertyRec savedProp;
275 pProp = dixAllocateObjectWithPrivates(PropertyRec, PRIVATE_PROPERTY);
/xsrc/external/mit/libXt/dist/src/
H A DShell.c3064 typedef struct PropertyRec { struct
3068 } PropertyRec, *PropertyTable; typedef in typeref:struct:PropertyRec
3072 static PropertyRec propertyTable[] = {

Completed in 8 milliseconds