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

/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxselinux.h81 CARD32 context_len; member in struct:__anon2e93c9870308
95 CARD32 context_len; member in struct:__anon2e93c9870508
118 CARD32 context_len; member in struct:__anon2e93c9870808
H A Dxselinux_ext.c100 rep.context_len = len;
106 swapl(&rep.context_len, n);
125 REQUEST_FIXED_SIZE(SELinuxSetCreateContextReq, stuff->context_len);
127 if (stuff->context_len > 0) {
128 ctx = SELinuxCopyContext((char *)(stuff + 1), stuff->context_len);
138 if (stuff->context_len > 0) {
176 REQUEST_FIXED_SIZE(SELinuxSetContextReq, stuff->context_len);
178 if (stuff->context_len < 1)
180 ctx = SELinuxCopyContext((char *)(stuff + 1), stuff->context_len);
541 swapl(&stuff->context_len,
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxselinux.h81 CARD32 context_len; member in struct:__anondf69667a0308
95 CARD32 context_len; member in struct:__anondf69667a0508
118 CARD32 context_len; member in struct:__anondf69667a0808
H A Dxselinux_ext.c100 .context_len = len
106 swapl(&rep.context_len);
125 REQUEST_FIXED_SIZE(SELinuxSetCreateContextReq, stuff->context_len);
127 if (stuff->context_len > 0) {
128 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len);
138 if (stuff->context_len > 0) {
176 REQUEST_FIXED_SIZE(SELinuxSetContextReq, stuff->context_len);
178 if (stuff->context_len < 1)
180 ctx = SELinuxCopyContext((char *) (stuff + 1), stuff->context_len);
543 swapl(&stuff->context_len);
[all...]

Completed in 4 milliseconds