Searched refs:c_off (Results 1 – 1 of 1) sorted by relevance
112 int c_off; /* Length of data read so far. */ member428 fdcon[s].c_off = 0; in conalloc()581 n = atomicio(read, s, c->c_data + c->c_off, c->c_len - c->c_off); in conread()587 c->c_off += n; in conread()589 if (c->c_off == c->c_len) in conread()594 c->c_off = 0; in conread()