Lines Matching defs:send
123 int send;
1839 c->dst.display->send |= c->dst.use_shm;
1848 c->dst.display->send = 1;
2399 if (send(fd, &buf, 1, 0) != 1 || (len = recv(fd, &buf, 255, 0)) <= 0) {
2400 DBG(X11, ("%s startup send/recv failed: %d\n", __func__, errno));
2407 if (send(fd, buf, 17, 0) != 17 || (len = recv(fd, buf, 255, 0)) <= 0) {
2408 DBG(X11, ("%s query send/recv failed: %d\n", __func__, errno));
2877 DBG(X11, ("%s: send command '%s'\n", DisplayString(display->dpy), buf));
2912 DBG(X11, ("%s: send reply '%s'\n", DisplayString(display->dpy), msg.data.b));
2998 if (!display->send)
3001 DBG(X11, ("%s flushing send (serial now %ld) (has shm send? %d)\n",
3006 display->send = 0;
3037 display->send = 0;