Lines Matching defs:when
118 /* The preferred method on Mac OS X (10.2 and later) to prevent SIGPIPEs when
358 experience slow performance when you copy data to a TCP server.
458 * interface. Only bind to the interface when specified as interface,
778 struct bufq recvbuf; /* used when `buffer_recv` is set */
783 struct curltime started_at; /* when socket was created */
784 struct curltime connected_at; /* when socket connected/got first byte */
785 struct curltime first_byte_at; /* when first byte was recvd */
863 /* errno may be EWOULDBLOCK or on some systems EAGAIN when it returned
1327 /* errno may be EWOULDBLOCK or on some systems EAGAIN when it returned
1549 struct curltime *when = pres2;
1556 *when = ctx->first_byte_at;
1561 *when = ctx->connected_at;