Home
last modified time | relevance | path

Searched refs:headers_to_not_display (Results 1 – 8 of 8) sorted by relevance

/dports/news/tin/tin-2.4.5/src/
H A Dmemory.c406 if (attributes->headers_to_not_display) { in free_attributes()
407 if (attributes->headers_to_not_display->header) in free_attributes()
408 FreeIfNeeded(*attributes->headers_to_not_display->header); in free_attributes()
409 FreeAndNull(attributes->headers_to_not_display->header); in free_attributes()
410 free(attributes->headers_to_not_display); in free_attributes()
411 attributes->headers_to_not_display = (struct t_newsheader *) 0; in free_attributes()
H A Dattrib.c144 …attributes->headers_to_not_display = (scope ? (scope->headers_to_not_display ? scope->headers_to_n… in set_default_attributes()
1071 group->attribute->headers_to_not_display = curr_scope->attribute->headers_to_not_display; in assign_attributes_to_groups()
1159 if (scope->headers_to_not_display == NULL) in build_news_headers_array()
1162 if (scope->headers_to_not_display->header) in build_news_headers_array()
1163 FreeIfNeeded(*scope->headers_to_not_display->header); in build_news_headers_array()
1164 FreeIfNeeded(scope->headers_to_not_display->header); in build_news_headers_array()
1166 …scope->headers_to_not_display->header = ulBuildArgv(scope->news_headers_to_not_display, &scope->he… in build_news_headers_array()
1674 if (group->attribute->headers_to_not_display) { in dump_attributes()
1676 for (j = 0; j < group->attribute->headers_to_not_display->num; j++) in dump_attributes()
1790 if (scope->attribute->headers_to_not_display) { in dump_scopes()
[all …]
H A Dcook.c735 …if (curr_group->attribute->headers_to_not_display->num && (curr_group->attribute->headers_to_not_d… in header_wanted()
738 for (i = 0; i < curr_group->attribute->headers_to_not_display->num; i++) { in header_wanted()
739 …cmp(line, curr_group->attribute->headers_to_not_display->header[i], strlen(curr_group->attribute-> in header_wanted()
/dports/chinese/tin/tin-2.4.5/src/
H A Dmemory.c406 if (attributes->headers_to_not_display) { in free_attributes()
407 if (attributes->headers_to_not_display->header) in free_attributes()
408 FreeIfNeeded(*attributes->headers_to_not_display->header); in free_attributes()
409 FreeAndNull(attributes->headers_to_not_display->header); in free_attributes()
410 free(attributes->headers_to_not_display); in free_attributes()
411 attributes->headers_to_not_display = (struct t_newsheader *) 0; in free_attributes()
H A Dattrib.c144 …attributes->headers_to_not_display = (scope ? (scope->headers_to_not_display ? scope->headers_to_n… in set_default_attributes()
1074 group->attribute->headers_to_not_display = curr_scope->attribute->headers_to_not_display; in assign_attributes_to_groups()
1162 if (scope->headers_to_not_display == NULL) in build_news_headers_array()
1165 if (scope->headers_to_not_display->header) in build_news_headers_array()
1166 FreeIfNeeded(*scope->headers_to_not_display->header); in build_news_headers_array()
1167 FreeIfNeeded(scope->headers_to_not_display->header); in build_news_headers_array()
1169 …scope->headers_to_not_display->header = ulBuildArgv(scope->news_headers_to_not_display, &scope->he… in build_news_headers_array()
1677 if (group->attribute->headers_to_not_display) { in dump_attributes()
1679 for (j = 0; j < group->attribute->headers_to_not_display->num; j++) in dump_attributes()
1793 if (scope->attribute->headers_to_not_display) { in dump_scopes()
[all …]
H A Dcook.c740 …if (curr_group->attribute->headers_to_not_display->num && (curr_group->attribute->headers_to_not_d… in header_wanted()
743 for (i = 0; i < curr_group->attribute->headers_to_not_display->num; i++) { in header_wanted()
744 …cmp(line, curr_group->attribute->headers_to_not_display->header[i], strlen(curr_group->attribute-> in header_wanted()
/dports/news/tin/tin-2.4.5/include/
H A Dtin.h1606 struct t_newsheader *headers_to_not_display; /* array of which headers to not display */ member
/dports/chinese/tin/tin-2.4.5/include/
H A Dtin.h1606 struct t_newsheader *headers_to_not_display; /* array of which headers to not display */ member