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

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c68 } ContextInfoRec, *ContextInfo; typedef in typeref:struct:_ContextInfoRec
90 static ContextInfo AllocContextInfo(DPSContext context)
92 ContextInfo c = (ContextInfo) calloc(1, sizeof(ContextInfoRec));
102 static ContextInfo FindContextInfo(DPSContext context)
106 return (ContextInfo) DPSGetContextExtensionRec(context, extensionId);
109 static ContextInfo RemoveContextInfo(DPSContext context)
111 return (ContextInfo) DPSRemoveContextExtensionRec(context,
117 static ContextInfo LookupContext(
121 ContextInfo
[all...]

Completed in 11 milliseconds