Home
last modified time | relevance | path

Searched refs:NNTP_RSPBUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dnntplib.h35 #define NNTP_RSPBUF_SIZE 512 macro
36 char rspbuf[NNTP_RSPBUF_SIZE];
H A Dnntplib.c219 if (-1 == nntp_gets_server (s, s->rspbuf, NNTP_RSPBUF_SIZE)) in nntp_get_server_response()
/dports/news/slrn/slrn-1.0.3/src/
H A Dnntplib.h40 #define NNTP_RSPBUF_SIZE 512 macro
41 char rspbuf[NNTP_RSPBUF_SIZE];
H A Dnntplib.c255 if (-1 == nntp_gets_server (s, s->rspbuf, NNTP_RSPBUF_SIZE)) in nntp_get_server_response()