Searched refs:atom_reply (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/
H A Dthread.c87 xcb_intern_atom_reply_t *atom_reply; local in function:intern_atom
92 atom_reply = xcb_intern_atom_reply(conn, atom_cookie, NULL);
93 if (atom_reply) {
94 atom = atom_reply->atom;
95 free(atom_reply);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowicons.c398 xcb_intern_atom_reply_t *atom_reply; local in function:winXIconToHICON
407 atom_reply = xcb_intern_atom_reply(conn, atom_cookie, NULL);
408 if (atom_reply) {
409 _XA_NET_WM_ICON = atom_reply->atom;
410 free(atom_reply);
H A Dwinmultiwindowwm.c1014 xcb_intern_atom_reply_t *atom_reply; local in function:intern_atom
1019 atom_reply = xcb_intern_atom_reply(conn, atom_cookie, NULL);
1020 if (atom_reply) {
1021 atom = atom_reply->atom;
1022 free(atom_reply);

Completed in 5 milliseconds