Lines Matching defs:remain
202 * remain unchanged and valid until (a) another call to this function
942 * NULL. The returned option descriptor is guaranteed to remain valid
2268 int remain = s->i_bytes - s->bytes_rx;
2281 if(bytes > remain){
2282 bytes = remain;
2286 s->i_bytes, s->bytes_rx, remain, s->buffer_size, bytes);
2364 int remain = s->bytes_rx - s->bytes_tx;
2369 if(bytes > remain){
2370 bytes = remain;
2376 s->i_bytes, s->bytes_tx, remain, max_len, bytes);