Searched refs:ostream_tail (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/serf/
H A Doutgoing.c225 conn->ostream_tail = NULL;
245 if (conn->ostream_tail == NULL) {
246 conn->ostream_tail = serf__bucket_stream_create(conn->allocator,
251 ostream = conn->ostream_tail;
260 serf_bucket_destroy(conn->ostream_tail);
303 *ostreamt = conn->ostream_tail;
1346 conn->ostream_tail = NULL;
H A Dserf_private.h244 serf_bucket_t *ostream_tail; member in struct:serf_connection_t

Completed in 115 milliseconds