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

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdavd.h135 struct seqwrite_mgr_req *req_head, *req_tail; member in struct:stream_put_ctx
H A Dwebdav_network.c4335 ctx->req_tail = req;
4339 ctx->req_tail->next = req;
4340 req->prev = ctx->req_tail;
4342 ctx->req_tail = req;
4374 if (ctx->req_head == ctx->req_tail) {
4377 ctx->req_tail = NULL;

Completed in 138 milliseconds