Home
last modified time | relevance | path

Searched refs:xover_unsupported (Results 1 – 2 of 2) sorted by relevance

/dports/www/elinks/elinks-0.11.7/src/protocol/nntp/
H A Dconnection.c340 && !nntp->xover_unsupported) { in nntp_got_response()
341 nntp->xover_unsupported = 1; in nntp_got_response()
424 if (nntp->xover_unsupported in get_nntp_command()
475 if (!nntp->xover_unsupported) { in add_nntp_command_to_string()
H A Dconnection.h81 unsigned int xover_unsupported:1; member