Home
last modified time | relevance | path

Searched refs:have_from (Results 1 – 6 of 6) sorted by relevance

/dports/mail/mboxgrep/mboxgrep-0.7.9/src/
H A Dmh.c83 int have_from = 0, have_return_path = 0, in mh_read_message() local
164 have_from = 1; in mh_read_message()
191 if ((!have_from && !have_sender)|| !have_date) in mh_read_message()
H A Dmaildir.c118 int have_from = 0, have_to = 0, have_message_id = 0, have_return_path = 0, in maildir_read_message() local
203 have_from = 1; in maildir_read_message()
234 if ((!have_from && !have_sender)|| !have_date) in maildir_read_message()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/nea/
H A Dnea.c121 int have_from, have_to, have_contact; in nea_create() local
132 have_from = in nea_create()
149 if (!have_from) in nea_create()
195 TAG_IF(!have_from, SIPTAG_FROM(from)), in nea_create()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/nea/
H A Dnea.c121 int have_from, have_to, have_contact; in nea_create() local
132 have_from = in nea_create()
149 if (!have_from) in nea_create()
195 TAG_IF(!have_from, SIPTAG_FROM(from)), in nea_create()
/dports/lang/gnu-apl/apl-1.8/src/
H A DNabla.cc661 const bool have_from = edit_from.ln_major != -1; in execute_oper() local
666 if (!have_from && ecmd != ECMD_DELETE) edit_from = lines[0].label; in execute_oper()
/dports/mail/ssmtp/ssmtp-2.64/
H A Dssmtp.c44 bool_t have_from = False; variable
693 have_from = True; in header_save()
1619 if(have_from == False) { in ssmtp()