HomeSort by: relevance | last modified time | path
    Searched refs:sent (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/libxcb/dist/src/
xcbext.h 66 * @param request Information about the request to be sent.
74 * When this function returns, the request might or might not be sent already.
75 * Use xcb_flush() to make sure that it really was sent.
90 * @param request Information about the request to be sent.
101 * will be sent to the X server along with this request. After this function
102 * returns, all file descriptors sent are owned by xcb and will be closed
105 * When this function returns, the request might or might not be sent already.
106 * Use xcb_flush() to make sure that it really was sent.
121 * @param request Information about the request to be sent.
129 * When this function returns, the request might or might not be sent already
    [all...]
xcb_out.c 324 /* send GetInputFocus (sync_req) when 64k-2 requests have been sent without
376 int xcb_take_socket(xcb_connection_t *c, void (*return_socket)(void *closure), void *closure, int flags, uint64_t *sent)
395 /* c->out.request + 1 will be the first request sent by the external
396 * socket owner. If the socket is returned before this request is sent
403 *sent = c->out.request;
  /xsrc/external/mit/MesaLib/dist/src/glx/
indirect_glx.c 156 Bool sent; local
165 sent = SendMakeCurrentRequest(dpy, gc->xid, tag, draw, read,
168 if (sent) {
190 return !sent;
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xos_r.h 416 struct servent sent; member in struct:__anon10995
431 (memcpy(&(sp).sent, (sp).sptr, sizeof(struct servent)), \
433 ((sp).sent.s_name = (sp).s_name), \
435 ((sp).sent.s_proto = (sp).s_proto), \
436 ((sp).sptr = &(sp).sent), \
476 struct servent sent; member in struct:__anon10997
484 getservbyname_r((s),(p),&(sp).sent,(sp).sbuf,sizeof((sp).sbuf))
491 struct servent sent; member in struct:__anon10999
502 ((getservbyname_r((s),(p),&(sp).sent,&(sp).sdata) == -1) ? NULL : &(sp).sent) )
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
indirect_glx.c 139 Bool sent; local
148 sent = SendMakeCurrentRequest(dpy, gc->xid, tag, draw, read,
155 return !sent;
  /xsrc/external/mit/libX11/dist/src/
xcb_io.c 75 uint64_t sent; local
82 flags, &sent)) {
86 dpy->xcb->last_flushed = sent;
87 X_DPY_SET_REQUEST(dpy, sent);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
apSolaris.shar 296 XBug reports, questions, suggestions, etc can be sent to xfree86@xfree86.org.
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
glxcmds.c 234 int sent = 0; local
300 sent = 1;
322 sent = 1;
326 if (!sent) {
1352 ** Server should take into consideration the version numbers sent by the
3614 ** Send enough requests until the whole array is sent.

Completed in 21 milliseconds