Lines Matching defs:send
127 int send;
2000 c->dst.display->send |= c->dst.use_shm;
2009 c->dst.display->send = 1;
2574 if (send(fd, &buf, 1, 0) != 1 || (len = recv(fd, &buf, 255, 0)) <= 0) {
2575 DBG(X11, ("%s startup send/recv failed: %d\n", __func__, errno));
2582 if (send(fd, buf, 17, 0) != 17 || (len = recv(fd, buf, 255, 0)) <= 0) {
2583 DBG(X11, ("%s query send/recv failed: %d\n", __func__, errno));
3060 DBG(X11, ("%s: send command '%s'\n", DisplayString(display->dpy), buf));
3095 DBG(X11, ("%s: send reply '%s'\n", DisplayString(display->dpy), msg.data.b));
3181 if (!display->send)
3184 DBG(X11, ("%s flushing send (serial now %ld) (has shm send? %d)\n",
3189 display->send = 0;
3220 display->send = 0;