Searched refs:stream_put_ctx (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_requestqueue.h48 extern int requestqueue_enqueue_seqwrite_manager(struct stream_put_ctx *);
H A Dwebdav_network.h92 void network_seqwrite_manager(struct stream_put_ctx *ctx);
107 int queue_writemgr_request_locked(struct stream_put_ctx *ctx, struct seqwrite_mgr_req *req);
108 struct seqwrite_mgr_req *dequeue_writemgr_request_locked(struct stream_put_ctx *ctx);
110 void release_writemgr_request(struct stream_put_ctx *ctx, struct seqwrite_mgr_req *req);
125 int cleanup_seq_write(struct stream_put_ctx *ctx);
211 struct stream_put_ctx *ctx); /* -> sequential write context */
H A Dwebdav_cache.h107 struct stream_put_ctx* put_ctx;
H A Dwebdavd.h108 struct stream_put_ctx { struct
H A Dwebdav_network.c2961 struct stream_put_ctx *ctx;
2970 ctx = (struct stream_put_ctx *)arg;
3112 struct stream_put_ctx *ctx;
3116 ctx = (struct stream_put_ctx *)arg;
3189 int cleanup_seq_write(struct stream_put_ctx *ctx)
3774 static bool create_bound_streams(struct stream_put_ctx *ctx) {
3834 node->put_ctx = (struct stream_put_ctx *) malloc (sizeof(struct stream_put_ctx));
3842 memset(node->put_ctx,0,sizeof(struct stream_put_ctx));
3971 void network_seqwrite_manager(struct stream_put_ctx *ct
[all...]
H A Dwebdav_requestqueue.c72 struct stream_put_ctx *ctx;
962 int requestqueue_enqueue_seqwrite_manager(struct stream_put_ctx *ctx)
H A Dwebdav_file.c1216 struct stream_put_ctx *ctx = NULL;

Completed in 146 milliseconds