Searched refs:async_state (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DReconfWM.c46 _XAsyncErrorState async_state; local in function:XReconfigureWMWindow
76 async_state.min_sequence_number = dpy->request;
77 async_state.max_sequence_number = dpy->request;
78 async_state.error_code = BadMatch;
79 async_state.major_opcode = X_ConfigureWindow;
80 async_state.minor_opcode = 0;
81 async_state.error_count = 0;
84 async.data = (XPointer)&async_state;
122 if (!async_state.error_count)
H A DGetAtomNm.c146 _XGetAtomNameState async_state; local in function:XGetAtomNames
152 async_state.start_seq = X_DPY_GET_REQUEST(dpy) + 1;
153 async_state.atoms = atoms;
154 async_state.names = names_return;
155 async_state.idx = 0;
156 async_state.count = count - 1;
157 async_state.status = 1;
160 async.data = (XPointer)&async_state;
165 async_state.stop_seq = X_DPY_GET_REQUEST(dpy);
177 async_state
[all...]
H A DGetWAttrs.c99 _XWAttrsState async_state; local in function:_XGetWindowAttributes
103 async_state.attr_seq = X_DPY_GET_REQUEST(dpy);
104 async_state.geom_seq = 0;
105 async_state.attr = attr;
108 async.data = (XPointer)&async_state;
113 async_state.geom_seq = X_DPY_GET_REQUEST(dpy);
120 if (!async_state.attr) {
H A DIntAtom.c253 _XIntAtomState async_state; local in function:XInternAtoms
258 async_state.start_seq = X_DPY_GET_REQUEST(dpy) + 1;
259 async_state.atoms = atoms_return;
260 async_state.names = names;
261 async_state.count = count - 1;
262 async_state.status = 1;
265 async.data = (XPointer)&async_state;
272 async_state.stop_seq = X_DPY_GET_REQUEST(dpy);
292 async_state.status = 0;
299 return async_state
[all...]
H A DFont.c196 _XAsyncErrorState async_state; local in function:_XQueryFont
199 async_state.min_sequence_number = seq;
200 async_state.max_sequence_number = seq;
201 async_state.error_code = BadName;
202 async_state.major_opcode = X_OpenFont;
203 async_state.minor_opcode = 0;
204 async_state.error_count = 0;
207 async.data = (XPointer)&async_state;
/xsrc/external/mit/libX11/dist/src/xcms/
H A DcmsCmap.c89 _XAsyncErrorState async_state;
144 async_state.error_code = 0; /* don't care */
145 async_state.major_opcode = X_CreateWindow;
146 async_state.minor_opcode = 0;
166 async_state.min_sequence_number = dpy->request;
167 async_state.max_sequence_number = dpy->request;
168 async_state.error_count = 0;
171 async.data = (XPointer)&async_state;
198 } while (async_state.error_count > 0 && ++j < nVisualsMatched);
88 _XAsyncErrorState async_state; local in function:CmapRecForColormap
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrScreen.c47 _XRRVersionState async_state; local in function:doGetScreenResources
72 async_state.version_seq = dpy->request;
73 async_state.error = False;
76 async.data = (XPointer) &async_state;
99 if (async_state.error)
105 xrri->major_version = async_state.major_version;
106 xrri->minor_version = async_state.minor_version;
H A DXrrConfig.c202 _XRRVersionState async_state; local in function:_XRRGetScreenInfo
226 async_state.version_seq = dpy->request;
227 async_state.error = False;
230 async.data = (XPointer) &async_state;
251 if (async_state.error)
257 xrri->major_version = async_state.major_version;
258 xrri->minor_version = async_state.minor_version;
/xsrc/external/mit/libXrender/dist/src/
H A DXrender.c412 _XrenderVersionState async_state; local in function:XRenderQueryFormats
445 async_state.version_seq = dpy->request;
446 async_state.error = False;
449 async.data = (XPointer) &async_state;
464 if (async_state.error)
473 if (async_state.major_version == 0 && async_state.minor_version < 6)
506 xri->major_version = async_state.major_version;
507 xri->minor_version = async_state.minor_version;
/xsrc/external/mit/libXtst/dist/src/
H A DXRecord.c1026 record_async_state *async_state; local in function:XRecordEnableContextAsync
1032 async_state = (record_async_state *)(async + 1);
1068 async_state->enable_seq = dpy->request;
1069 async_state->async = async;
1070 async_state->info = info;
1071 async_state->callback = callback;
1072 async_state->closure = closure;
1076 async->data = (XPointer)async_state;

Completed in 10 milliseconds