Home
last modified time | relevance | path

Searched refs:nntp_check (Results 1 – 25 of 40) sorted by relevance

12

/dports/news/trn/trn-3.6/
H A Dnntp.c37 if (nntp_check(FALSE) != NNTP_CLASS_OK) {
61 if (nntp_check(FALSE) != NNTP_CLASS_OK) {
98 return (nntp_check(TRUE) == NNTP_CLASS_OK);
111 if (nntp_check(TRUE) != NNTP_CLASS_OK
125 return (nntp_check(TRUE) == NNTP_CLASS_OK);
151 if (nntp_check(TRUE) != NNTP_CLASS_OK) { /* and get it's reaction */
297 if (nntp_check(FALSE) != NNTP_CLASS_INF) in nntp_time()
339 return (nntp_check(TRUE) == NNTP_CLASS_OK);
354 if (nntp_check(FALSE) != NNTP_CLASS_OK) { in nntp_listgroup()
387 ch = nntp_check(strict);
[all …]
H A Dnntpauth.c38 ch = (s? nntp_auth(s) : nntp_check(strict));
48 return nntp_check(strict);
H A Dtrn-artchk.c187 if (nntp_check(FALSE) == NNTP_CLASS_OK) {
202 if (nntp_check(FALSE) == NNTP_CLASS_OK)
216 if (nntp_check(FALSE) == NNTP_CLASS_OK) {
H A Dnntpclient.c113 nntp_check(strict) in nntp_check() function
200 nntp_check(FALSE);
H A Dnntpclient.h14 char nntp_check _((bool_int));
H A Drt-ov.c34 nntp_check(FALSE); in ov_init()
91 if (nntp_check(FALSE) != NNTP_CLASS_OK) {
H A Dnntplist.c93 if (nntp_check(FALSE) != NNTP_CLASS_OK) {
H A Dnghash.c42 if (nntp_check(TRUE) != NNTP_CLASS_OK) { /* and then see if that's ok */ in ngdatahash_init()
H A Dnntpinit.c92 nntp_check(FALSE);
H A Dhead.c380 if (nntp_check(TRUE) == NNTP_CLASS_OK) {
/dports/news/trn4/trn-4.0-test77/
H A Dnntp.c92 switch (nntp_check()) {
134 return nntp_check();
148 artnum = nntp_check();
161 artnum = nntp_check(); in nntp_next_art()
176 return nntp_check();
213 switch (nntp_check()) {
383 if (nntp_check() <= 0) in nntp_time()
426 return nntp_check();
436 if (nntp_check() <= 0) { in nntp_artnums()
451 if (nntp_check() <= 0) {
[all …]
H A Dnntpauth.c48 if (nntp_command(ser_line) <= 0 || nntp_check() <= 0) in nntp_handle_auth_err()
51 if (nntp_command(ser_line) <= 0 || nntp_check() <= 0) in nntp_handle_auth_err()
H A Dtrn-artchk.c228 if (nntp_check() > 0) {
244 if (nntp_check() > 0)
259 if (nntp_check() > 0) {
H A Dnntpclient.c176 nntp_check() in nntp_check() function
313 nntp_check();
H A Dnntpclient.h69 int nntp_check _((void));
H A Dnntpinit.c110 nntp_check();
119 else if (nntp_check() <= 0 && atoi(ser_line) == NNTP_BAD_COMMAND_VAL)
H A Dnntplist.c129 if (nntp_check() <= 0) {
H A Drt-ov.c46 if (nntp_check() < 0) in ov_init()
199 if (nntp_command(ser_line) <= 0 || nntp_check() <= 0) {
H A Dinews.c168 if (nntp_command("POST") <= 0 || nntp_check() <= 0) {
/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/nntp/
H A Dnntpdriver_cached_message.c72 static void nntp_check(mailmessage * msg_info);
84 /* msg_check */ nntp_check,
226 static void nntp_check(mailmessage * msg_info) in nntp_check() function
/dports/news/nn/nn-6.7.3/
H A Dnntp.h82 void nntp_check(void);
H A Dnntp.c473 nntp_check(); in connect_server()
952 nntp_check(void) in nntp_check() function
/dports/mail/panda-imap/panda-imap-7905901/src/c-client/
H A Dnntp.c141 void nntp_check (MAILSTREAM *stream);
196 nntp_check, /* check for new messages */
822 nntp_check (stream); /* dump final checkpoint */ in nntp_mclose()
1594 void nntp_check (MAILSTREAM *stream) in nntp_check() function
/dports/mail/panda-cclient/panda-imap-7905901/src/c-client/
H A Dnntp.c141 void nntp_check (MAILSTREAM *stream);
196 nntp_check, /* check for new messages */
822 nntp_check (stream); /* dump final checkpoint */ in nntp_mclose()
1594 void nntp_check (MAILSTREAM *stream) in nntp_check() function
/dports/mail/imap-uw/imap-2007f/src/c-client/
H A Dnntp.c143 void nntp_check (MAILSTREAM *stream);
198 nntp_check, /* check for new messages */
823 nntp_check (stream); /* dump final checkpoint */ in nntp_mclose()
1595 void nntp_check (MAILSTREAM *stream) in nntp_check() function

12