Home
last modified time | relevance | path

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

/dports/audio/icecast/icecast-2.4.4/src/net/
H A Dsock.h95 # define sock_read_line _mangle(sock_read_line) macro
135 int sock_read_line(sock_t sock, char *string, const int len);
H A Dsock.c474 int sock_read_line(sock_t sock, char *buff, const int len) in sock_read_line() function
/dports/audio/libshout/libshout-2.4.5/src/common/net/
H A Dsock.h100 # define sock_read_line _mangle(sock_read_line) macro
140 int sock_read_line(sock_t sock, char *string, const int len);
H A Dsock.c484 int sock_read_line(sock_t sock, char *buff, const int len) in sock_read_line() function
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/src/common/net/
H A Dsock.h100 # define sock_read_line _mangle(sock_read_line) macro
140 int sock_read_line(sock_t sock, char *string, const int len);
H A Dsock.c483 int sock_read_line(sock_t sock, char *buff, const int len) in sock_read_line() function
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/net/
H A Dsock.h99 # define sock_read_line _mangle(sock_read_line) macro
146 int sock_read_line(sock_t sock, char *string, const int len);
H A Dsock.c612 int sock_read_line(sock_t sock, char *buff, const int len) in sock_read_line() function
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/mpm/python/usrp_mpm/
H A Dbist.py122 def sock_read_line(my_sock, timeout=60, interval=0.1): function
314 sock_read_line(my_sock, timeout=10)
318 json_result = sock_read_line(my_sock, timeout=60)
/dports/audio/icecast/icecast-2.4.4/src/
H A Dslave.c651 if (sock_read_line(mastersock, buf, sizeof(buf)) == 0 || in update_from_master()
661 while (sock_read_line(mastersock, buf, sizeof(buf))) in update_from_master()
666 while (sock_read_line(mastersock, buf, sizeof(buf))) in update_from_master()
/dports/audio/mixxx/mixxx-2.3.0/lib/libshout-idjc/src/
H A Dshout.c428 if (!sock_read_line(socket, upgrade, sizeof(upgrade))) in shout_set_metadata()
436 if (!sock_read_line(socket, upgrade, sizeof(upgrade))) in shout_set_metadata()