Searched refs:send_dl (Results 1 – 1 of 1) sorted by relevance
36 struct send_dl { struct39 TAILQ_ENTRY(send_dl) entries; argument47 struct send_dl *cur; /* file being updated or NULL */51 TAILQ_HEAD(send_dlq, send_dl);286 struct send_dl *s; in send_dl_enqueue()291 if ((s = calloc(1, sizeof(struct send_dl))) == NULL) { in send_dl_enqueue()321 if ((s = calloc(1, sizeof(struct send_dl))) == NULL) { in send_dl_enqueue()366 struct send_dl *dl; in rsync_sender()