Home | History | Annotate | Download | only in test

Lines Matching defs:both

239 struct both {
247 struct both *both = arg;
257 both->nread += len;
258 if (event_add(&both->ev, NULL) == -1)
265 struct both *both = arg;
270 if (len > both->nread)
271 len = both->nread;
283 both->nread -= len;
284 if (event_add(&both->ev, NULL) == -1)
586 struct both r1, r2, w1, w2;
1262 * make two bases to catch signals, use both of them. this only works
2183 /* At this point, we executed both callbacks. Whichever one got