Home
last modified time | relevance | path

Searched refs:sock_write (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c44 # define sock_write(sd, buf, len) send((SOCKET)sd, buf, len, 0) macro
56 # define sock_write(sd, buf, len) write(sd, buf, len) macro
4090 res = sock_write(fd, (char *)buf, len); in channel_send()