Searched refs:tr_datatype (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dpeer-io.c84 struct tr_datatype struct
86 struct tr_datatype * next;
91 static struct tr_datatype * datatype_pool = NULL;
93 static const struct tr_datatype TR_DATATYPE_INIT = { NULL, 0, false };
95 static struct tr_datatype *
98 struct tr_datatype * ret;
101 ret = tr_new( struct tr_datatype, 1 );
112 datatype_free( struct tr_datatype * datatype )
121 struct tr_datatype * tmp;
131 peer_io_push_datatype( tr_peerIo * io, struct tr_datatype * datatyp
[all...]
H A Dpeer-io.h34 struct tr_datatype;
114 struct tr_datatype * outbuf_datatypes;

Completed in 117 milliseconds