Home
last modified time | relevance | path

Searched refs:envelopes (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dqueue_ram.c36 struct tree envelopes; member
63 tree_init(&msg->envelopes); in queue_ram_message_create()
200 } while (tree_check(&msg->envelopes, *evpid)); in queue_ram_envelope_create()
214 tree_xset(&msg->envelopes, *evpid, evp); in queue_ram_envelope_create()
228 if ((evp = tree_pop(&msg->envelopes, evpid)) == NULL) { in queue_ram_envelope_delete()
235 if (tree_empty(&msg->envelopes)) { in queue_ram_envelope_delete()
254 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) { in queue_ram_envelope_update()
281 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) { in queue_ram_envelope_load()
Dscheduler_ramqueue.c32 struct tree envelopes; member
208 tree_init(&message->envelopes); in scheduler_ram_insert()
222 tree_xset(&message->envelopes, envelope->evpid, envelope); in scheduler_ram_insert()
297 evp = tree_xget(&msg->envelopes, si->evpid); in scheduler_ram_update()
339 evp = tree_xget(&msg->envelopes, evpid); in scheduler_ram_delete()
366 evp = tree_xget(&msg->envelopes, evpid); in scheduler_ram_hold()
615 if (tree_iterfrom(&msg->envelopes, &i, from, NULL, in scheduler_ram_envelopes()
669 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) in scheduler_ram_schedule()
682 while (tree_iter(&msg->envelopes, &i, NULL, (void*)(&evp))) { in scheduler_ram_schedule()
707 if ((evp = tree_get(&msg->envelopes, evpid)) == NULL) in scheduler_ram_remove()
[all …]
Dbounce.c63 TAILQ_HEAD(, bounce_envelope) envelopes;
160 TAILQ_INIT(&msg->envelopes); in bounce_add()
188 TAILQ_INSERT_TAIL(&msg->envelopes, be, entry); in bounce_add()
485 TAILQ_FOREACH(evp, &s->msg->envelopes, entry) { in bounce_next()
511 TAILQ_FOREACH(evp, &s->msg->envelopes, entry) { in bounce_next()
605 while ((be = TAILQ_FIRST(&msg->envelopes))) { in bounce_delivery()
623 TAILQ_REMOVE(&msg->envelopes, be, entry); in bounce_delivery()
Dmda.c62 TAILQ_HEAD(, mda_envelope) envelopes;
178 TAILQ_INSERT_TAIL(&u->envelopes, e, entry); in mda_imsg()
549 while ((e = TAILQ_FIRST(&user->envelopes))) { in mda_fail()
550 TAILQ_REMOVE(&user->envelopes, e, entry); in mda_fail()
732 TAILQ_INIT(&u->envelopes); in mda_user()
843 s->evp = TAILQ_FIRST(&u->envelopes); in mda_session()
844 TAILQ_REMOVE(&u->envelopes, s->evp, entry); in mda_session()
Dmta_session.c767 s->currevp = TAILQ_FIRST(&s->task->envelopes); in mta_enter_state()
805 s->currevp = TAILQ_FIRST(&s->task->envelopes); in mta_enter_state()
1051 TAILQ_REMOVE(&s->task->envelopes, e, entry); in mta_response()
1087 if (TAILQ_EMPTY(&s->task->envelopes)) { in mta_response()
1475 while ((e = TAILQ_FIRST(&s->task->envelopes))) { in mta_flush_task()
1482 TAILQ_REMOVE(&s->task->envelopes, e, entry); in mta_flush_task()
Dsmtpd.h871 TAILQ_HEAD(, mta_envelope) envelopes;
913 size_t (*envelopes)(uint64_t, struct evpstate *, size_t); member
Dscheduler.c310 n = backend->envelopes(id, state, env->sc_scheduler_max_evp_batch_size); in scheduler_imsg()
Dmta.c775 TAILQ_INIT(&task->envelopes); in mta_handle_envelope()
819 TAILQ_INSERT_TAIL(&task->envelopes, e, entry); in mta_handle_envelope()
1545 while ((e = TAILQ_FIRST(&task->envelopes))) { in mta_flush()
1546 TAILQ_REMOVE(&task->envelopes, e, entry); in mta_flush()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dfilebuf_virtuals-1.tst142 un-named red, yellow, and blue flowers. Green envelopes me, waves
Dfilebuf_virtuals-1.txt142 un-named red, yellow, and blue flowers. Green envelopes me, waves
Dostream_inserter_other-2.tst142 un-named red, yellow, and blue flowers. Green envelopes me, waves
Dostream_inserter_other-1.tst142 un-named red, yellow, and blue flowers. Green envelopes me, waves
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dcontrib.texi540 the backs of envelopes would have been... difficult.
/openbsd/src/gnu/gcc/gcc/doc/
Dcontrib.texi603 the backs of envelopes would have been@dots{} difficult.
Dgcc.info29025 this work on scrap paper and the backs of envelopes would have
Dgccint.info30300 this work on scrap paper and the backs of envelopes would have
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-1998654 (dfs_pushdecls): Build envelopes on the cache obstack.
/openbsd/src/games/fortune/datfiles/
Dfortunes222691 little paper envelopes.
33874 his pillow, Stalin produced two envelopes labeled #1 and #2.
35389 successor and gave him three envelopes. "My predecessor did this for me,
35393 Good luck." The new manager returned to his office and tossed the envelopes
35406 "Prepare three envelopes..." it said.
Dfortunes2-o4361 couple opening envelopes in the season of mercy and good will sometimes handle
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
DChangeLog.27442 (dfs_pushdecls): Build envelopes on the cache obstack.