OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:send_fds
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/libxcb/dist/src/
xcb_out.c
190
static void
send_fds
(xcb_connection_t *c, int *fds, unsigned int num_fds)
function
320
send_fds
(c, fds, num_fds);
372
send_fds
(c, &fds[0], 1);
/xsrc/external/mit/xtrans/dist/
Xtransint.h
149
struct _XtransConnFd *
send_fds
;
member in struct:_XtransConnInfo
Xtranssock.c
2050
discardFd(&ciptr->
send_fds
, NULL, 0);
2076
appendFd(&ciptr->
send_fds
, fd, do_close);
2205
if (ciptr->
send_fds
)
2208
int nfd = nFd(&ciptr->
send_fds
);
2209
struct _XtransConnFd *cf = ciptr->
send_fds
;
2235
discardFd(&ciptr->
send_fds
, cf, 0);
2259
if (ciptr->
send_fds
)
Completed in 7 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026