Searched refs:consume (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/network/telnet/
H A Dring.c47 * full: [consume, supply)
48 * empty: [supply, consume)
96 #define ring_empty(d) (((d)->consume == (d)->supply) && \
98 #define ring_full(d) (((d)->supply == (d)->consume) && \
110 ring->supply = ring->consume = ring->bottom = buffer;
140 if (ring->mark == ring->consume) {
177 (ring_subtract(ring, ring->mark, ring->consume) < count)) {
181 if (ring->consume < ring->clearto &&
182 ring->clearto <= ring->consume + count)
184 else if (ring->consume
[all...]
H A Dnetwork.c142 n = send(net, (char *)netoring.consume, n, 0); /* normal write */
152 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
167 Dump('>', netoring.consume, n);
H A Dring.h52 * full: [consume, supply)
53 * empty: [supply, consume)
58 unsigned char *consume, /* where data comes out of */ member in struct:__anon4448
H A Dterminal.c134 n = TerminalWrite(ttyoring.consume, n);
139 Dump('>', ttyoring.consume, n);
H A Dtelnet.c1657 sbp = netiring.consume;
1902 tbp = ttyiring.consume;
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_streams.c49 static void consume(evStream *str, size_t bytes);
233 consume(evStream *str, size_t bytes) { function
280 consume(str, bytes);
303 consume(str, bytes);

Completed in 48 milliseconds