| /openbsd/src/usr.sbin/smtpd/ |
| D | queue_backend.c | 32 static const char* envelope_validate(struct envelope *); 39 static void queue_envelope_cache_add(struct envelope *); 40 static void queue_envelope_cache_update(struct envelope *); 43 TAILQ_HEAD(evplst, envelope); 372 queue_envelope_dump_buffer(struct envelope *ep, char *evpbuf, size_t evpbufsize) in queue_envelope_dump_buffer() 377 char compbuf[sizeof(struct envelope)]; in queue_envelope_dump_buffer() 379 char encbuf[sizeof(struct envelope)]; in queue_envelope_dump_buffer() 408 queue_envelope_load_buffer(struct envelope *ep, char *evpbuf, size_t evpbufsize) in queue_envelope_load_buffer() 412 char compbuf[sizeof(struct envelope)]; in queue_envelope_load_buffer() 414 char encbuf[sizeof(struct envelope)]; in queue_envelope_load_buffer() [all …]
|
| D | ruleset.c | 27 ruleset_match_tag(struct rule *r, const struct envelope *evp) in ruleset_match_tag() 46 ruleset_match_from(struct rule *r, const struct envelope *evp) in ruleset_match_from() 92 ruleset_match_to(struct rule *r, const struct envelope *evp) in ruleset_match_to() 111 ruleset_match_smtp_helo(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_helo() 130 ruleset_match_smtp_starttls(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_starttls() 140 ruleset_match_smtp_auth(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_auth() 168 ruleset_match_smtp_mail_from(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_mail_from() 191 ruleset_match_smtp_rcpt_to(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_rcpt_to() 214 ruleset_match(const struct envelope *evp) in ruleset_match()
|
| D | lka_session.c | 34 TAILQ_HEAD(, envelope) deliverylist; 40 struct envelope envelope; member 57 lka_session(uint64_t id, struct envelope *envelope) in lka_session() argument 73 lks->envelope = *envelope; in lka_session() 78 xn.u.mailaddr = lks->envelope.rcpt; in lka_session() 176 struct envelope *ep; in lka_resume() 245 struct envelope ep; in lka_expand() 275 ep = lks->envelope; in lka_expand() 291 lks->envelope = ep; in lka_expand() 510 struct envelope *ep; in lka_submit() [all …]
|
| D | scheduler_ramqueue.c | 189 struct rq_envelope *envelope; in scheduler_ram_insert() local 214 envelope = xcalloc(1, sizeof *envelope); in scheduler_ram_insert() 215 envelope->evpid = si->evpid; in scheduler_ram_insert() 216 envelope->type = si->type; in scheduler_ram_insert() 217 envelope->message = message; in scheduler_ram_insert() 218 envelope->ctime = si->creation; in scheduler_ram_insert() 219 envelope->expire = si->creation + si->ttl; in scheduler_ram_insert() 220 envelope->sched = scheduler_backoff(si->creation, in scheduler_ram_insert() 222 tree_xset(&message->envelopes, envelope->evpid, envelope); in scheduler_ram_insert() 227 envelope->state = RQ_EVPSTATE_PENDING; in scheduler_ram_insert() [all …]
|
| D | envelope.c | 29 static int envelope_ascii_load(struct envelope *, struct dict *); 30 static void envelope_ascii_dump(const struct envelope *, char **, size_t *, 34 envelope_set_errormsg(struct envelope *e, char *fmt, ...) in envelope_set_errormsg() 53 envelope_set_esc_class(struct envelope *e, enum enhanced_status_class class) in envelope_set_esc_class() 59 envelope_set_esc_code(struct envelope *e, enum enhanced_status_code code) in envelope_set_esc_code() 67 static char lbuf[sizeof(struct envelope)]; in envelope_buffer_to_dict() 111 envelope_load_buffer(struct envelope *ep, const char *ibuf, size_t buflen) in envelope_load_buffer() 151 envelope_dump_buffer(const struct envelope *ep, char *dest, size_t len) in envelope_dump_buffer() 361 ascii_load_field(const char *field, struct envelope *ep, char *buf) in ascii_load_field() 466 envelope_ascii_load(struct envelope *ep, struct dict *d) in envelope_ascii_load() [all …]
|
| D | smtpd.h | 475 struct envelope { struct 476 TAILQ_ENTRY(envelope) entry; 1323 void envelope_set_errormsg(struct envelope *, char *, ...) 1325 void envelope_set_esc_class(struct envelope *, enum enhanced_status_class); 1326 void envelope_set_esc_code(struct envelope *, enum enhanced_status_code); 1327 int envelope_load_buffer(struct envelope *, const char *, size_t); 1328 int envelope_dump_buffer(const struct envelope *, char *, size_t); 1404 void lka_session(uint64_t, struct envelope *); 1469 void m_add_envelope(struct mproc *, const struct envelope *); 1489 void m_get_envelope(struct msg *, struct envelope *); [all …]
|
| D | queue.c | 34 static void queue_bounce(struct envelope *, struct delivery_bounce *); 36 static void queue_log(const struct envelope *, const char *, const char *); 47 struct envelope evp; in queue_imsg() 523 struct envelope evp; in queue_msgid_walk() 558 queue_bounce(struct envelope *e, struct delivery_bounce *d) in queue_bounce() 560 struct envelope b; in queue_bounce() 678 struct envelope evp; in queue_timeout() 714 queue_log(const struct envelope *e, const char *prefix, const char *status) in queue_log()
|
| D | smtpctl.c | 52 static void show_queue_envelope(struct envelope *, int); 265 srv_get_envelope(struct envelope *evp) in srv_get_envelope() 349 srv_iter_envelopes(uint32_t msgid, struct envelope *evp) in srv_iter_envelopes() 406 struct envelope evp; in srv_iter_evpids() 745 struct envelope evp; in do_show_queue() 1154 show_queue_envelope(struct envelope *e, int online) in show_queue_envelope() 1243 char buffer[sizeof(struct envelope)]; in show_offline_envelope() 1245 struct envelope evp; in show_offline_envelope()
|
| D | scheduler_backend.c | 39 scheduler_info(struct scheduler_info *sched, struct envelope *evp) in scheduler_info()
|
| D | mda.c | 89 static struct mda_user *mda_user(const struct envelope *); 92 static struct mda_envelope *mda_envelope(uint64_t, const struct envelope *); 108 struct envelope evp; in mda_imsg() 716 mda_user(const struct envelope *evp) in mda_user() 786 mda_envelope(uint64_t session_id, const struct envelope *evp) in mda_envelope()
|
| D | mta.c | 47 static void mta_handle_envelope(struct envelope *, const char *); 48 static void mta_query_smarthost(struct envelope *); 49 static void mta_on_smarthost(struct envelope *, const char *); 71 static struct mta_relay *mta_relay(struct envelope *, struct relayhost *); 184 struct envelope evp, *e; in mta_imsg() 687 mta_handle_envelope(struct envelope *evp, const char *smarthost) in mta_handle_envelope() 981 mta_query_smarthost(struct envelope *evp0) in mta_query_smarthost() 984 struct envelope *evp; in mta_query_smarthost() 1128 mta_on_smarthost(struct envelope *evp, const char *smarthost) in mta_on_smarthost() 1800 mta_relay(struct envelope *e, struct relayhost *relayh) in mta_relay()
|
| D | mproc.c | 460 m_add_envelope(struct mproc *m, const struct envelope *evp) in m_add_envelope() 594 m_get_envelope(struct msg *m, struct envelope *evp) in m_get_envelope()
|
| D | bounce.c | 120 struct envelope evp; in bounce_add() 600 struct envelope evp; in bounce_delivery()
|
| D | scheduler.c | 49 struct envelope evp; in scheduler_imsg()
|
| D | lka.c | 54 struct envelope evp; in lka_imsg()
|
| D | smtp_session.c | 101 struct envelope evp;
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | printer | 70 >3 string \&l80A - Monarch envelope size 71 >3 string \&l81A - No. 10 envelope size 72 >3 string \&l90A - Intl. DL envelope size 73 >3 string \&l91A - Intl. C5 envelope size 74 >3 string \&l100A - Intl. B5 envelope size 75 >3 string \&l-81A - No. 10 envelope size (landscape) 76 >3 string \&l-90A - Intl. DL envelope size (landscape)
|
| /openbsd/src/sys/dev/pci/ |
| D | emuxki.c | 1097 chan->volume.envelope.current_state = 0x8000; /* 0 msec delay */ in emuxki_chanparms_set_defaults() 1098 chan->volume.envelope.hold_time = 0x7f; /* 0 msec */ in emuxki_chanparms_set_defaults() 1099 chan->volume.envelope.attack_time = 0x7F; /* 5.5msec */ in emuxki_chanparms_set_defaults() 1100 chan->volume.envelope.sustain_level = 0x7F; /* full */ in emuxki_chanparms_set_defaults() 1101 chan->volume.envelope.decay_time = 0x7F; /* 22msec */ in emuxki_chanparms_set_defaults() 1114 chan->modulation.envelope.current_state = 0x8000; in emuxki_chanparms_set_defaults() 1115 chan->modulation.envelope.hold_time = 0x00; /* 127 better ? */ in emuxki_chanparms_set_defaults() 1116 chan->modulation.envelope.attack_time = 0x00; /* infinite */ in emuxki_chanparms_set_defaults() 1117 chan->modulation.envelope.sustain_level = 0x00; /* off */ in emuxki_chanparms_set_defaults() 1118 chan->modulation.envelope.decay_time = 0x7f; /* 22 msec */ in emuxki_chanparms_set_defaults() [all …]
|
| D | emuxkivar.h | 117 struct emuxki_chanparms_envelope envelope; member 143 struct emuxki_chanparms_envelope envelope; member
|
| /openbsd/src/usr.sbin/smtpd/smtpctl/ |
| D | Makefile | 28 SRCS+= envelope.c
|
| /openbsd/src/usr.sbin/smtpd/smtpd/ |
| D | Makefile | 17 SRCS+= envelope.c
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | HowToAddABuilder.rst | 189 under a single builder configuration. For some rough back of the envelope
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/emoji/ |
| D | emoji.txt | 401 1F9E7..1F9FF ; Emoji # E11.0 [25] (..) red envelope..nazar amulet 690 1F9E7..1F9FF ; Emoji_Presentation # E11.0 [25] (..) red envelope..nazar amulet 1281 1F9E7..1F9FF ; Extended_Pictographic# E11.0 [25] (..) red envelope..nazar amulet
|
| /openbsd/src/share/dict/ |
| D | web2a | 12946 coin envelope 19215 envelope addresser 19216 envelope bander 19217 envelope case 19218 envelope clasp 19219 envelope designer 19220 envelope die 19221 envelope folder 19222 envelope gummer 19223 envelope holder [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/doc/ |
| D | binutils.info | 2993 * A description of the envelope of the bug.
|