Home
last modified time | relevance | path

Searched refs:hdrval (Results 1 – 25 of 61) sorted by relevance

123

/dports/news/cnews/cnews-cr.g_18/inject/
H A Ddefhdrs.awk6 hdrval[$1] = $0
11 { hdrval[keyword] = hdrval[keyword] "\n" $0 }
30 for (i in hdrval)
32 hdrval[i] = ""
36 hdrval[msgidname] = hdrval[typoname]
43 hdrval[msgidname] = hdrval[msgidname] " " fields[i]
70 hdrval[ctlname] = ctlname " " substr(hdrval[subjname], 15)
96 if (hdrval[ctlname] == "" && hdrval[ngname] ~ /\.ctl(,|$)/)
97 hdrval[ctlname] = ctlname " " substr(hdrval[subjname], 8)
133 for (i in hdrval)
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-http/
H A Dhttp-response-parser.c280 http_response_parse_retry_after(const char *hdrval, time_t resp_time, in http_response_parse_retry_after() argument
297 if (str_to_time(hdrval, &delta) >= 0) { in http_response_parse_retry_after()
306 ((const unsigned char *)hdrval, strlen(hdrval), retry_after_r) ? 0 : -1); in http_response_parse_retry_after()
318 const char *hdrval; in http_response_parse_next() local
400 hdrval = http_header_field_get(parser->parser.msg.header, "Retry-After"); in http_response_parse_next()
401 if (hdrval != NULL) { in http_response_parse_next()
403 (hdrval, parser->parser.msg.date, &retry_after); in http_response_parse_next()
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-armor.cpp672 char *hdrval = (char *) malloc(hdrlen + 1); in armor_parse_headers() local
673 if (!hdrval) { in armor_parse_headers()
679 memcpy(hdrval, header + 9, hdrlen - 8); in armor_parse_headers()
681 param->version = hdrval; in armor_parse_headers()
683 memcpy(hdrval, header + 9, hdrlen - 8); in armor_parse_headers()
685 param->comment = hdrval; in armor_parse_headers()
687 memcpy(hdrval, header + 6, hdrlen - 5); in armor_parse_headers()
689 param->hash = hdrval; in armor_parse_headers()
691 memcpy(hdrval, header + 9, hdrlen - 8); in armor_parse_headers()
693 param->charset = hdrval; in armor_parse_headers()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-armor.cpp688 char *hdrval = (char *) malloc(hdrlen + 1); in armor_parse_headers() local
689 if (!hdrval) { in armor_parse_headers()
695 memcpy(hdrval, header + 9, hdrlen - 8); in armor_parse_headers()
697 param->version = hdrval; in armor_parse_headers()
699 memcpy(hdrval, header + 9, hdrlen - 8); in armor_parse_headers()
701 param->comment = hdrval; in armor_parse_headers()
703 memcpy(hdrval, header + 6, hdrlen - 5); in armor_parse_headers()
705 param->hash = hdrval; in armor_parse_headers()
707 memcpy(hdrval, header + 9, hdrlen - 8); in armor_parse_headers()
709 param->charset = hdrval; in armor_parse_headers()
[all …]
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/uucico/
H A Dprotz.c472 int ihdrtype, hdrval_t hdrval,
478 hdrval_t hdrval));
1805 hdrval_t hdrval;
1811 ZZHEADER_NAME(ihdrtype), hdrval);
1814 ihdrtype, hdrval);
1878 hdrval_t hdrval;
1895 stohdr (hdrval, achdrval);
1914 stohdr (hdrval, achdrval);
2589 zdecode_data_hdr(hdrval, pcbytes) in zdecode_data_hdr() argument
2590 hdrval_t hdrval; in zdecode_data_hdr()
[all …]
/dports/net-mgmt/sysmon/sysmon-0.93/src/
H A Dpage.c254 if (svc->hdrval != NULL) in run_command_and_mail_output()
255 fprintf(mail, "%s: %s\n", svc->hdr, svc->hdrval); in run_command_and_mail_output()
406 if (svc->hdrval != NULL) in page_someone()
407 fprintf(fp, "%s: %s\n", svc->hdr, svc->hdrval); in page_someone()
/dports/ftp/wget/wget-1.21.2/src/
H A Dhttp.c3223 char hdrval[512]; in gethttp() local
3500 && resp_header_copy (resp, "Content-Length", hdrval, sizeof (hdrval))) in gethttp()
3504 parsed = str_to_wgint (hdrval, NULL, 10); in gethttp()
3527 if (resp_header_copy (resp, "Connection", hdrval, sizeof (hdrval))) in gethttp()
3535 if (resp_header_copy (resp, "Transfer-Encoding", hdrval, sizeof (hdrval)) in gethttp()
3657 uerr_t ret = check_file_output (u, hs, resp, hdrval, sizeof hdrval); in gethttp()
3732 if (resp_header_copy (resp, "Content-Range", hdrval, sizeof (hdrval))) in gethttp()
3743 if (resp_header_copy (resp, "Content-Encoding", hdrval, sizeof (hdrval))) in gethttp()
3747 switch (hdrval[0]) in gethttp()
3750 if (0 == c_strcasecmp(hdrval, "br")) in gethttp()
[all …]
/dports/mail/postfix-current/postfix-3.7-20211107/src/cleanup/
H A Dcleanup_message.c499 char *hdrval; in cleanup_header_callback() local
574 hdrval = vstring_str(header_buf) + strlen(hdr_opts->name) + 1; in cleanup_header_callback()
575 while (ISSPACE(*hdrval)) in cleanup_header_callback()
576 hdrval++; in cleanup_header_callback()
581 if (strcasecmp(hdrval, cmp->name) == 0) { in cleanup_header_callback()
630 msg_info("%s: message-id=%s", state->queue_id, hdrval); in cleanup_header_callback()
632 msg_info("%s: resent-message-id=%s", state->queue_id, hdrval); in cleanup_header_callback()
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/
H A Dnews.c1166 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1167 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1171 msginfo->newsgroups = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1193 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1194 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1198 msginfo->to = g_strdup(hdrval->hdr_value); in news_get_extra_fields()
1220 struct newsnntp_xhdr_resp_item *hdrval = clist_content(hdr); in news_get_extra_fields() local
1221 msginfo = g_hash_table_lookup(hash_table, GINT_TO_POINTER(hdrval->hdr_article)); in news_get_extra_fields()
1225 msginfo->cc = g_strdup(hdrval->hdr_value); in news_get_extra_fields()

123