Home
last modified time | relevance | path

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

/dports/audio/moc/moc-2.5.2/
H A Dprotocol.h51 #define EV_DATA 0x06 /* data in response to a request will arrive */ macro
H A Dserver.c405 if (!send_int(cli->socket, EV_DATA) || !send_int(cli->socket, data)) in send_data_int()
413 if (!send_int(cli->socket, EV_DATA) || !send_str(cli->socket, str)) in send_data_str()
985 if (!send_int(send_fd, EV_DATA)) { in req_send_plist()
1049 if (!send_int(cli->socket, EV_DATA)) { in req_send_queue()
1204 if (!send_int(cli->socket, EV_DATA)) { in req_get_tags()
H A Dmain.c429 if (!get_int(sock, &ev) || ev != EV_DATA in server_command()
H A Dinterface.c262 if (event != EV_DATA) in wait_for_data()
264 } while (event != EV_DATA); in wait_for_data()