both              229 third_party/libevent/test/regress.c 	struct both *both = arg;
both              239 third_party/libevent/test/regress.c 	both->nread += len;
both              240 third_party/libevent/test/regress.c 	if (event_add(&both->ev, NULL) == -1)
both              247 third_party/libevent/test/regress.c 	struct both *both = arg;
both              252 third_party/libevent/test/regress.c 	if (len > both->nread)
both              253 third_party/libevent/test/regress.c 		len = both->nread;
both              263 third_party/libevent/test/regress.c 	both->nread -= len;
both              264 third_party/libevent/test/regress.c 	if (event_add(&both->ev, NULL) == -1)
both              461 third_party/libevent/test/regress.c 	struct both r1, r2, w1, w2;