Searched refs:rwire (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/libXext/dist/src/ | ||
| H A D | XSecurity.c | 107 xSecurityAuthorizationRevokedEvent *rwire = variable in typeref:typename:xSecurityAuthorizationRevokedEvent * 112 revent->type = rwire->type & 0x7F; 115 revent->send_event = (rwire->type & 0x80) != 0; 117 revent->auth_id = rwire->authId; 135 xSecurityAuthorizationRevokedEvent *rwire = local in function:event_to_wire 139 rwire->type = revent->type | (revent->send_event ? 0x80 : 0); 140 rwire->sequenceNumber = revent->serial & 0xFFFF; |
Completed in 2 milliseconds