Searched refs:secure (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpsXpriv.h | 79 int secure; member in struct:_t_XDPSPrivContextRec 98 int /* secure */);
|
H A D | dpsXpriv.c | 309 int secure) 363 wh->secure = secure; 392 wh->secure); /* L2-DPS/PROTO 9 */ 397 wh->secure); /* L2-DPS/PROTO 9 */ 299 XDPSCreatePrivContextRec( Display *dpy, Drawable drawable, GC gc, int x, int y, unsigned int eventmask, XStandardColormap *grayramp, XStandardColormap *ccube, int actual, int secure) argument
|
H A D | XDPS.c | 594 Bool secure) /* Added for L2-DPS/PROTO 9 */ 608 if (secure && version[dpyix] < DPSPROTO_V09) 609 return(None); /* No secure contexts before PROTO 9 */ 669 req->dpsReqType = (secure) ? X_PSCreateSecureContext : X_PSCreateContext; 713 Bool secure) /* L2-DPS/PROTO 9 addition */ 725 if (secure && version[dpyix] < DPSPROTO_V09) 726 return(None); /* No secure contexts before PROTO 9 */ 788 req->dpsReqType = (secure) ? X_PSCreateSecureContext : X_PSCreateContext; 583 XDPSLCreateContextAndSpace( register Display *xdpy, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, SpaceXID *sxid, Bool secure) argument 702 XDPSLCreateContext( register Display *xdpy, SpaceXID sxid, Drawable draw, GC gc, int x, int y, unsigned int eventMask, XStandardColormap *grayRamp, XStandardColormap *colorCube, unsigned int actual, ContextPSID *cpsid, Bool secure) argument
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | XDPSlib.h | 109 Bool secure); /* L2-DPS/PROTO 9 */ 121 Bool secure); /* L2-DPS/PROTO 9 */
|
Completed in 18 milliseconds