Searched defs:send_all (Results 1 - 3 of 3) sorted by relevance
/external/chromium_org/tools/gyp/test/lib/ |
H A D | TestCmd.py | 825 def send_all(p, data): function
|
/external/qemu/ |
H A D | qemu-char.c | 524 int send_all(int fd, const void *buf, int len1) function 552 int send_all(int fd, const void *_buf, int len1) function 611 return send_all(s->fd_out, buf, len); 937 return send_all(s->fd, buf, len); 1993 return send_all(s->fd, buf, len);
|
/external/mdnsresponder/mDNSShared/ |
H A D | uds_daemon.c | 562 mDNSlocal void send_all(dnssd_sock_t s, const char *ptr, int len) function 569 LogMsg("ERROR: send_all(%d) wrote %d of %d errno %d (%s)", 3225 send_all(request->sd, (const char *)&x, sizeof(x)); 3231 send_all(request->sd, (const char *)&BadParamErr, sizeof(BadParamErr)); 3858 send_all(req->errsd, (const char *)&err_netorder, sizeof(err_netorder));
|
Completed in 230 milliseconds