OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PendingRequest
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/
Xxcbint.h
18
typedef struct
PendingRequest
PendingRequest
;
19
struct
PendingRequest
{
20
PendingRequest
*next;
27
PendingRequest
*pending_requests;
28
PendingRequest
*pending_requests_tail;
xcb_io.c
155
static
PendingRequest
*append_pending_request(Display *dpy, uint64_t sequence)
157
PendingRequest
*node = malloc(sizeof(
PendingRequest
));
181
static void dequeue_pending_request(Display *dpy,
PendingRequest
*req)
277
PendingRequest
*req = dpy->xcb->pending_requests;
304
PendingRequest
*req;
678
PendingRequest
*current;
700
PendingRequest
*req = dpy->xcb->pending_requests;
xcb_disp.c
101
PendingRequest
*tmp = dpy->xcb->pending_requests;
Completed in 7 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026