Searched defs:secure (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A DdpsXpriv.h79 int secure; member in struct:_t_XDPSPrivContextRec
98 int /* secure */);
H A DdpsXpriv.c309 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 DXDPS.c594 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

Completed in 17 milliseconds