Home
last modified time | relevance | path

Searched refs:writing_started (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/serf/
HDoutgoing.c104 request->writing_started) in request_or_data_pending()
589 if (requeue_requests && !old_reqs->writing_started && in reset_connection()
807 if (!request->writing_started) { in write_to_connection()
808 request->writing_started = 1; in write_to_connection()
1103 if (request->req_bkt || !request->writing_started) { in read_from_connection()
1233 if (request == NULL || !request->writing_started) { in read_from_connection()
1542 request->writing_started = 0; in create_request()
1589 while (iter != NULL && iter->req_bkt == NULL && iter->writing_started) { in priority_request_create()
1648 if (request->writing_started && !request->req_bkt) in serf_request_is_written()
HDserf_private.h103 int writing_started; member