HomeSort by: relevance | last modified time | path
    Searched refs:protocols (Results 1 - 21 of 21) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/os/
auth.c 64 static struct protocol protocols[] = { variable in typeref:struct:protocol
92 #define NUM_AUTHORIZATION ARRAY_SIZE(protocols)
133 if (protocols[i].name_length == auth->name_length &&
134 memcmp(protocols[i].name, auth->name,
135 (int) auth->name_length) == 0 && protocols[i].Add) {
137 (*protocols[i].Add) (auth->data_length, auth->data,
159 XdmcpRegisterAuthorization(protocols[i].name,
160 (int) protocols[i].name_length);
211 if (protocols[i].name_length == name_length &&
212 memcmp(protocols[i].name, name, (int) name_length) == 0)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/os/
auth.c 63 static struct protocol protocols[] = { variable in typeref:struct:protocol
91 # define NUM_AUTHORIZATION (sizeof (protocols) /\
127 if (protocols[i].name_length == auth->name_length &&
128 memcmp (protocols[i].name, auth->name, (int) auth->name_length) == 0 &&
129 protocols[i].Add)
132 (*protocols[i].Add) (auth->data_length, auth->data,
154 XdmcpRegisterAuthorization (protocols[i].name,
155 (int)protocols[i].name_length);
213 if (protocols[i].name_length == name_length &&
214 memcmp (protocols[i].name, name, (int) name_length) == 0
    [all...]
  /xsrc/external/mit/libX11/dist/src/
SetWMProto.c 63 Atom *protocols,
72 PropModeReplace, (unsigned char *) protocols, count);
GetWMProto.c 59 Atom **protocols,
84 *protocols = (Atom *) data;
  /xsrc/external/mit/xload/dist/
get_rload.c 30 #include <protocols/rwhod.h>
  /xsrc/external/mit/xcb-util/dist/icccm/
icccm.c 697 xcb_get_wm_protocols_from_reply(xcb_get_property_reply_t *reply, xcb_get_wm_protocols_reply_t *protocols)
702 protocols->_reply = reply;
703 protocols->atoms_len = xcb_get_property_value_length(protocols->_reply) / (reply->format / 8);
704 protocols->atoms = (xcb_atom_t *) xcb_get_property_value(protocols->_reply);
712 xcb_get_wm_protocols_reply_t *protocols,
716 uint8_t ret = xcb_get_wm_protocols_from_reply(reply, protocols);
723 xcb_get_wm_protocols_reply_wipe(xcb_get_wm_protocols_reply_t *protocols)
725 free(protocols->_reply)
    [all...]
xcb_icccm.h 875 * @param protocols WM_PROTOCOLS property value.
878 * protocols structure members should be freed by
882 xcb_get_wm_protocols_reply_t *protocols);
887 * @param protocols WM_PROTOCOLS property value.
893 * error if any. protocols structure members should be freed by
898 xcb_get_wm_protocols_reply_t *protocols,
902 * @brief Wipe protocols structure members previously allocated by
904 * @param protocols protocols structure whose members is going to be freed.
906 void xcb_get_wm_protocols_reply_wipe(xcb_get_wm_protocols_reply_t *protocols);
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
x86_build-base.sh 66 wayland-protocols \
  /xsrc/external/mit/libXdmcp/dist/
configure.ac 88 AC_DEFINE(HASXDMAUTH,1,[Has Wraphelp.c needed for XDM AUTH protocols])
  /xsrc/external/mit/ctwm/dist/
twm_window_struct.h 207 /// Which protocols this window handles. From WM_PROTOCOLS property
209 unsigned long protocols; member in struct:TwmWindow
functions_win.c 291 if(tmp_win->protocols & DoesWmDeleteWindow) {
345 if(tmp_win->protocols & DoesWmDeleteWindow) {
447 if(tmp_win->protocols & DoesWmSaveYourself) {
win_utils.c 111 Atom *protocols = NULL; local
114 if(XGetWMProtocols(dpy, tmp->w, &protocols, &n)) {
118 for(i = 0, ap = protocols; i < n; i++, ap++) {
129 if(protocols) {
130 XFree(protocols);
133 tmp->protocols = flags;
event_handlers.c 3309 (Tmp_win->protocols & DoesWmTakeFocus)) { /* 5 */
3341 (Tmp_win->protocols & DoesWmTakeFocus)) {
3635 if(Scr->TitleFocus || Tmp_win->protocols & DoesWmTakeFocus) {
  /xsrc/external/mit/xf86-input-keyboard/dist/src/
bsd_kbd.c 30 static KbdProtocolRec protocols[] = { variable
384 for (i = 0; protocols[i].name; i++) {
385 if (xf86NameCmp(s, protocols[i].name) == 0) {
386 prot = protocols[i].id;
  /xsrc/external/mit/smproxy/dist/
smproxy.c 105 Atom *protocols;
109 protocols = NULL;
111 if (XGetWMProtocols (disp, window, &protocols, &numProtocols) != True)
116 if (protocols != NULL)
119 if (protocols[i] == wmSaveYourselfAtom)
123 XFree (protocols);
104 Atom *protocols; local
  /xsrc/external/mit/twm/dist/src/
twm.h 302 unsigned long protocols; /* which protocols this window handles */ member in struct:TwmWindow
add_window.c 1373 Atom *protocols = NULL; local
1376 if (XGetWMProtocols(dpy, tmp->w, &protocols, &n)) {
1380 for (i = 0, ap = protocols; i < n; i++, ap++) {
1388 if (protocols)
1389 XFree(protocols);
1391 tmp->protocols = flags;
events.c 2079 if (Tmp_win->protocols & DoesWmTakeFocus) /* 5 */
2230 if (Scr->TitleFocus || Tmp_win->protocols & DoesWmTakeFocus)
menus.c 1878 else if (tmp_win->protocols & DoesWmDeleteWindow)
1888 if (tmp_win->protocols & DoesWmSaveYourself)
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmultiwindowwm.c 764 Atom *protocols; local
769 &protocols,
773 if (protocols[i] == pWMInfo->atmWmDelete)
776 XFree (protocols);
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
synaptics.c 148 } protocols[] = { variable in typeref:struct:__anon6682
269 for (i = 0; protocols[i].name; i++) {
271 protocols[i].proto_ops->AutoDevProbe &&
272 protocols[i].proto_ops->AutoDevProbe(pInfo, device))
274 else if (proto && !strcmp(proto, protocols[i].name))
280 priv->proto_ops = protocols[i].proto_ops;

Completed in 33 milliseconds