Home
last modified time | relevance | path

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

/dports/games/mvdsv/mvdsv-0.34/src/
H A Dnet.c463 svtcpstream_t *sv_tcp_connection_new(int sock, netadr_t from, char *buf, int buf_len, qbool link) in sv_tcp_connection_new()
465 svtcpstream_t *st = NULL; in sv_tcp_connection_new()
467 st = Q_malloc(sizeof(svtcpstream_t)); in sv_tcp_connection_new()
490 static void sv_tcp_connection_free(svtcpstream_t *drop, qbool unlink) in sv_tcp_connection_free()
504 svtcpstream_t *st = NULL; in sv_tcp_connection_free()
526 svtcpstream_t *st = NULL; in sv_tcp_connection_count()
658 svtcpstream_t *st = NULL, *next = NULL; in NET_GetTCPPacket_SV()
846 svtcpstream_t *st; in NET_SendTCPPacket_SV()
H A Dserver.h579 } svtcpstream_t; typedef
592 svtcpstream_t * tcpstreams;
H A Dsv_demo_qtv.c324 …extern svtcpstream_t *sv_tcp_connection_new(int sock, netadr_t from, char *buf, int buf_len, qbool… in SV_MVD_RunPendingConnections()
327 svtcpstream_t *st = sv_tcp_connection_new(p->socket, p->na, p->inbuffer, p->insize, true); in SV_MVD_RunPendingConnections()
/dports/games/qwdtools/mvdsv-0.34/src/
H A Dnet.c463 svtcpstream_t *sv_tcp_connection_new(int sock, netadr_t from, char *buf, int buf_len, qbool link) in sv_tcp_connection_new()
465 svtcpstream_t *st = NULL; in sv_tcp_connection_new()
467 st = Q_malloc(sizeof(svtcpstream_t)); in sv_tcp_connection_new()
490 static void sv_tcp_connection_free(svtcpstream_t *drop, qbool unlink) in sv_tcp_connection_free()
504 svtcpstream_t *st = NULL; in sv_tcp_connection_free()
526 svtcpstream_t *st = NULL; in sv_tcp_connection_count()
658 svtcpstream_t *st = NULL, *next = NULL; in NET_GetTCPPacket_SV()
846 svtcpstream_t *st; in NET_SendTCPPacket_SV()
H A Dserver.h579 } svtcpstream_t; typedef
592 svtcpstream_t * tcpstreams;
H A Dsv_demo_qtv.c324 …extern svtcpstream_t *sv_tcp_connection_new(int sock, netadr_t from, char *buf, int buf_len, qbool… in SV_MVD_RunPendingConnections()
327 svtcpstream_t *st = sv_tcp_connection_new(p->socket, p->na, p->inbuffer, p->insize, true); in SV_MVD_RunPendingConnections()