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

123456

/xsrc/external/mit/libxcb/dist/man/
H A DMakefile.am6 xcb-requests.man
/xsrc/external/mit/proxymngr/dist/
H A Dpmdb.c124 proxy->requests = NULL;
251 proxy->requests = NULL;
356 *activeReqs = proxy->requests != NULL;
357 req = proxy->requests;
389 else if (proxy->requests) {
392 * have been a requestor. Search through all the requests
396 request_list **prev_reqP = &proxy->requests;
397 request_list *req = proxy->requests;
587 if (proxy->requests == NULL)
588 proxy->requests
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregistry.c44 static char ***requests, **events, **errors, **resources; variable in typeref:typename:char ***
77 if (!double_size(&requests, nmajor, sizeof(char **)))
84 if (!double_size(requests+major, nminor[major], sizeof(char *)))
89 free(requests[major][minor]);
90 requests[major][minor] = name;
225 return requests[major][minor] ? requests[major][minor] : XREGISTRY_UNKNOWN;
239 retval = requests[major][0];
287 free(requests[nmajor][--nminor[nmajor]]);
288 free(requests[nmajo
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregistry.c44 static char ***requests, **events, **errors; variable in typeref:typename:char ***
91 if (!double_size(&requests, nmajor, sizeof(char **)))
98 if (!double_size(requests + major, nminor[major], sizeof(char *)))
103 free(requests[major][minor]);
104 requests[major][minor] = name;
219 return requests[major][minor] ? requests[major][minor] : XREGISTRY_UNKNOWN;
233 retval = requests[major][0];
300 free(requests[nmajor][--nminor[nmajor]]);
301 free(requests[nmajo
[all...]
/xsrc/external/mit/xtrap/dist/
H A Dxtrapstats.c71 ReqFlags requests; local in function:main
100 BitTrue(requests, i);
102 XETrapSetRequests(tc, True, requests);
H A Dxtrapout.c187 ReqFlags requests; local in function:main
249 /* Need to prime events/requests initially turning all off */
250 (void)memset(requests,0L,sizeof(requests));
256 (void)memset(requests,0xFFL,XETrapMaxRequest);
258 BitFalse(requests, XETrapGetExtOpcode(tc));
263 { /* want's *all* requests/events */
264 (void)memset(requests,0xFFL,XETrapMaxRequest);
268 XETrapSetRequests(tc, True, requests);
273 XEAddRequestCBs(tc, requests, print_req_callbac
[all...]
/xsrc/external/mit/libXcursor/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libXdmcp/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libXfixes/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libXi/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libXpresent/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libSM/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/font-bh-ttf/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/font-cursor-misc/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/font-ibm-type1/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libXvMC/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libfontenc/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/xf86-input-elographics/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/xf86-video-nv/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/xset/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/xsetroot/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/xwd/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/xrdb/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/encodings/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.
/xsrc/external/mit/libXScrnSaver/dist/
H A DREADME.md13 Please submit bug reports and requests to merge patches there.

Completed in 16 milliseconds

123456