Home
last modified time | relevance | path

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

/dports/audio/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.2/panel-plugin/
H A Dsimple-libmpd.c242 int nbwri = 0; in mpd_send_single_cmd() local
247 if ((nbwri = send(mo->socket, cmd, strlen(cmd), 0)) <= 0) in mpd_send_single_cmd()
252 DBG("Sent %d bytes",nbwri); in mpd_send_single_cmd()
277 int nbwri, nbread, tmp_bufsize; in send_complex_cmd() local
284 if ((nbwri = send(mo->socket, cmd, strlen(cmd), 0)) < 0) in send_complex_cmd()
290 DBG("Sent %d bytes",nbwri); in send_complex_cmd()