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

/haiku/src/bin/network/telnet/
H A Dring.c43 * full: [consume, supply)
44 * empty: [supply, consume)
92 #define ring_empty(d) (((d)->consume == (d)->supply) && \
94 #define ring_full(d) (((d)->supply == (d)->consume) && \
106 ring->supply = ring->consume = ring->bottom = buffer;
136 if (ring->mark == ring->consume) {
173 (ring_subtract(ring, ring->mark, ring->consume) < count)) {
177 if (ring->consume < ring->clearto &&
178 ring->clearto <= ring->consume + count)
180 else if (ring->consume
[all...]
H A Dnetwork.c138 n = send(net, (char *)netoring.consume, n, 0); /* normal write */
148 n = send(net, (char *)netoring.consume, 1, MSG_OOB);/* URGENT data */
163 Dump('>', netoring.consume, n);
H A Dring.h48 * full: [consume, supply)
49 * empty: [supply, consume)
54 unsigned char *consume, /* where data comes out of */ member in struct:__anon3
H A Dterminal.c131 n = TerminalWrite(ttyoring.consume, n);
136 Dump('>', ttyoring.consume, n);
H A Dtelnet.c1684 sbp = netiring.consume;
1929 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 44 milliseconds