Home
last modified time | relevance | path

Searched refs:NNTP_TARGET_ARTICLE_NUMBER (Results 1 – 3 of 3) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/protocol/nntp/
H A Dresponse.c113 case NNTP_TARGET_ARTICLE_NUMBER: in init_nntp_header()
162 case NNTP_TARGET_ARTICLE_NUMBER: in get_nntp_title()
215 case NNTP_TARGET_ARTICLE_NUMBER: in add_nntp_html_start()
269 case NNTP_TARGET_ARTICLE_NUMBER: in add_nntp_html_end()
295 case NNTP_TARGET_ARTICLE_NUMBER: in add_nntp_html_line()
H A Dconnection.c40 enum nntp_target target = NNTP_TARGET_ARTICLE_NUMBER; in get_nntp_target()
149 case NNTP_TARGET_ARTICLE_NUMBER: in init_nntp_connection_info()
386 case NNTP_TARGET_ARTICLE_NUMBER: in get_nntp_command()
405 case NNTP_TARGET_ARTICLE_NUMBER: in get_nntp_command()
431 if (nntp->target == NNTP_TARGET_ARTICLE_NUMBER) in get_nntp_command()
H A Dconnection.h33 NNTP_TARGET_ARTICLE_NUMBER, /* Get <article-number> from <group> */ enumerator