Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtcp.e33 extern int TcpDoWrite ARGS_DECL((int n_socket, char *buf, int buf_sz));
H A Dtcp.c169 int TcpDoWrite(n_socket, buf, buf_sz) in TcpDoWrite() function
H A Dftp.c120 status = TcpDoWrite(n_socket, psz_path, (int)strlen(psz_path));
H A Dhttp.c838 status = TcpDoWrite(n_socket, buf, (int)strlen(buf));