Home
last modified time | relevance | path

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

/trueos/contrib/serf/
HDoutgoing.c99 request->writing_started) in request_or_data_pending()
584 if (requeue_requests && !old_reqs->writing_started && in reset_connection()
797 if (!request->writing_started) { in write_to_connection()
798 request->writing_started = 1; in write_to_connection()
1093 if (request->req_bkt || !request->writing_started) { in read_from_connection()
1223 if (request == NULL || !request->writing_started) { in read_from_connection()
1532 request->writing_started = 0; in create_request()
1579 while (iter != NULL && iter->req_bkt == NULL && iter->writing_started) { in priority_request_create()
1638 if (request->writing_started && !request->req_bkt) in serf_request_is_written()
HDserf_private.h98 int writing_started; member