Searched refs:qitem (Results 1 – 6 of 6) sorted by relevance
109 struct qitem { struct110 LIST_ENTRY(qitem) next;120 LIST_HEAD(queueh, qitem); argument211 int deliver_remote(struct qitem *);227 void delqueue(struct qitem *);228 int acquirespool(struct qitem *);229 void dropspool(struct queue *, struct qitem *);234 int deliver_local(struct qitem *);237 void bounce(struct qitem *, const char *);
125 writequeuef(struct qitem *it) in writequeuef()156 static struct qitem *164 struct qitem *it = NULL; in readqueuef()238 struct qitem *it; in linkspool()285 struct qitem *it; in load_queue()347 delqueue(struct qitem *it) in delqueue()359 acquirespool(struct qitem *it) in acquirespool()388 dropspool(struct queue *queue, struct qitem *keep) in dropspool()390 struct qitem *it; in dropspool()
64 static void deliver(struct qitem *);179 struct qitem *it, *tit; in add_recp()243 static struct qitem *247 struct qitem *it; in go_background()315 deliver(struct qitem *it) in deliver()378 struct qitem *it; in run_queue()391 struct qitem *it; in show_queue()
128 deliver_local(struct qitem *it) in deliver_local()
477 deliver_to_host(struct qitem *it, struct mx_hostentry *host) in deliver_to_host()633 deliver_remote(struct qitem *it) in deliver_remote()
50 bounce(struct qitem *it, const char *reason) in bounce()