Home | History | Annotate | Download | only in test

Lines Matching defs:both

221 struct both {
229 struct both *both = arg;
239 both->nread += len;
240 if (event_add(&both->ev, NULL) == -1)
247 struct both *both = arg;
252 if (len > both->nread)
253 len = both->nread;
263 both->nread -= len;
264 if (event_add(&both->ev, NULL) == -1)
461 struct both r1, r2, w1, w2;
707 * make two bases to catch signals, use both of them. this only works