Searched refs:writing_started (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/serf/
H A Dserf_private.h103 int writing_started; member in struct:serf_request_t
H A Doutgoing.c104 request->writing_started)
589 if (requeue_requests && !old_reqs->writing_started &&
807 if (!request->writing_started) {
808 request->writing_started = 1;
1103 if (request->req_bkt || !request->writing_started) {
1233 if (request == NULL || !request->writing_started) {
1542 request->writing_started = 0;
1589 while (iter != NULL && iter->req_bkt == NULL && iter->writing_started) {
1648 if (request->writing_started && !request->req_bkt)

Completed in 90 milliseconds