Searched refs:protocols (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dauth.c63 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[
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dauth.c64 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[
[all...]
/xsrc/external/mit/libX11/dist/src/
H A DSetWMProto.c63 Atom *protocols,
72 PropModeReplace, (unsigned char *) protocols, count);
60 XSetWMProtocols(Display * dpy,Window w,Atom * protocols,int count) argument
H A DGetWMProto.c59 Atom **protocols,
84 *protocols = (Atom *) data;
56 XGetWMProtocols(Display * dpy,Window w,Atom ** protocols,int * countReturn) argument
/xsrc/external/mit/xload/dist/
H A Dget_rload.c30 #include <protocols/rwhod.h>
H A Dconfigure.ac75 AC_CHECK_HEADERS([paths.h protocols/rwhod.h])
/xsrc/external/mit/xcb-util/dist/icccm/
H A Dicccm.c697 xcb_get_wm_protocols_from_reply(xcb_get_property_reply_t *reply, xcb_get_wm_protocols_reply_t *protocols) argument
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) argument
725 free(protocols
710 xcb_get_wm_protocols_reply(xcb_connection_t * c,xcb_get_property_cookie_t cookie,xcb_get_wm_protocols_reply_t * protocols,xcb_generic_error_t ** e) argument
[all...]
H A Dxcb_icccm.h875 * @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/
H A Dx86_build-base.sh66 wayland-protocols \
/xsrc/external/mit/ctwm/dist/
H A Dtwm_window_struct.h207 /// Which protocols this window handles. From WM_PROTOCOLS property
209 unsigned long protocols; member in struct:TwmWindow
H A Dfunctions_win.c291 if(tmp_win->protocols & DoesWmDeleteWindow) {
345 if(tmp_win->protocols & DoesWmDeleteWindow) {
447 if(tmp_win->protocols & DoesWmSaveYourself) {
H A Dwin_utils.c111 Atom *protocols = NULL; local in function:FetchWmProtocols
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;
H A Devent_handlers.c3309 (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/
H A Dbsd_kbd.c30 static KbdProtocolRec protocols[] = { variable in typeref:typename:KbdProtocolRec[]
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/
H A Dsmproxy.c105 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 in function:HasSaveYourself
/xsrc/external/mit/libXdmcp/dist/
H A Dconfigure.ac88 AC_DEFINE(HASXDMAUTH,1,[Has Wraphelp.c needed for XDM AUTH protocols])
/xsrc/external/mit/twm/dist/src/
H A Dtwm.h302 unsigned long protocols; /* which protocols this window handles */ member in struct:TwmWindow
H A Dadd_window.c1373 Atom *protocols = NULL; local in function:FetchWmProtocols
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;
H A Devents.c2079 if (Tmp_win->protocols & DoesWmTakeFocus) /* 5 */
2230 if (Scr->TitleFocus || Tmp_win->protocols & DoesWmTakeFocus)
H A Dmenus.c1878 else if (tmp_win->protocols & DoesWmDeleteWindow)
1888 if (tmp_win->protocols & DoesWmSaveYourself)
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c764 Atom *protocols; local in function:winMultiWindowWMProc
769 &protocols,
773 if (protocols[i] == pWMInfo->atmWmDelete)
776 XFree (protocols);
/xsrc/external/mit/libxcb/dist/
H A Dconfigure.ac66 AC_DEFINE(HASXDMAUTH,1,[Has Wraphelp.c needed for XDM AUTH protocols])
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynaptics.c148 } protocols[] = { variable in typeref:typename:const struct __anon0aacbe620108[]
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;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D18.1.0.rst162 - build failure after zwp_dmabuf commit if wayland-protocols is not
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json26599 "description": "ci: Consistently build Wayland and protocols",
[all...]

Completed in 141 milliseconds