Home
last modified time | relevance | path

Searched refs:net_getline (Results 1 – 25 of 51) sorted by relevance

123

/dports/mail/panda-cclient/panda-imap-7905901/src/c-client/
H A Dnetmsg.c73 while (s = net_getline (stream)) { in netmsg_slurp()
H A Dnntp.c351 while (s = net_getline (LOCAL->nntpstream->netstream)) { in nntp_list()
561 (s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_status()
775 (s = net_getline (nstream->netstream)) && strcmp (s,"."); ) { in nntp_mopen()
925 while ((s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_overview()
998 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_over()
1510 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_sort_loadcache()
1813 while ((t = net_getline (stream->netstream)) && (t[1] || (*t != '.'))) { in nntp_extensions()
2171 if (!(stream->reply = net_getline (stream->netstream))) in nntp_reply()
H A Dpop3.c445 while ((s = net_getline (LOCAL->netstream)) && (*s != '.')) { in pop3_open()
494 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_capa()
585 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_auth()
1065 if (!(LOCAL->response = net_getline (LOCAL->netstream))) in pop3_reply()
/dports/mail/panda-imap/panda-imap-7905901/src/c-client/
H A Dnetmsg.c73 while (s = net_getline (stream)) { in netmsg_slurp()
H A Dnntp.c351 while (s = net_getline (LOCAL->nntpstream->netstream)) { in nntp_list()
561 (s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_status()
775 (s = net_getline (nstream->netstream)) && strcmp (s,"."); ) { in nntp_mopen()
925 while ((s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_overview()
998 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_over()
1510 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_sort_loadcache()
1813 while ((t = net_getline (stream->netstream)) && (t[1] || (*t != '.'))) { in nntp_extensions()
2171 if (!(stream->reply = net_getline (stream->netstream))) in nntp_reply()
H A Dpop3.c445 while ((s = net_getline (LOCAL->netstream)) && (*s != '.')) { in pop3_open()
494 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_capa()
585 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_auth()
1065 if (!(LOCAL->response = net_getline (LOCAL->netstream))) in pop3_reply()
/dports/mail/cclient/imap-2007f/src/c-client/
H A Dnetmsg.c73 while (s = net_getline (stream)) { in netmsg_slurp()
H A Dnntp.c353 while (s = net_getline (LOCAL->nntpstream->netstream)) { in nntp_list()
562 (s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_status()
776 (s = net_getline (nstream->netstream)) && strcmp (s,"."); ) { in nntp_mopen()
926 while ((s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_overview()
999 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_over()
1511 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_sort_loadcache()
1814 while ((t = net_getline (stream->netstream)) && (t[1] || (*t != '.'))) { in nntp_extensions()
2172 if (!(stream->reply = net_getline (stream->netstream))) in nntp_reply()
H A Dpop3.c447 while ((s = net_getline (LOCAL->netstream)) && (*s != '.')) { in pop3_open()
496 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_capa()
587 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_auth()
1067 if (!(LOCAL->response = net_getline (LOCAL->netstream))) in pop3_reply()
/dports/mail/alpine/alpine-465e23b/imap/src/c-client/
H A Dnetmsg.c73 while ((s = net_getline (stream)) != NULL) { in netmsg_slurp()
H A Dpop3.c451 while ((s = net_getline (LOCAL->netstream)) && (*s != '.')) { in pop3_open()
500 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_capa()
590 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_auth()
1113 if (!(LOCAL->response = net_getline (LOCAL->netstream))) in pop3_reply()
H A Dnntp.c357 while ((s = net_getline (LOCAL->nntpstream->netstream)) != NULL) { in nntp_list()
567 (s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_status()
798 (s = net_getline (nstream->netstream)) && strcmp (s,"."); ) { in nntp_mopen()
948 while ((s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_overview()
1021 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_over()
1533 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_sort_loadcache()
1841 while ((t = net_getline (stream->netstream)) && (t[1] || (*t != '.'))) { in nntp_extensions()
2210 if (!(stream->reply = net_getline (stream->netstream))) in nntp_reply()
H A Dhttp.c1081 stream->response = (unsigned char *) net_getline(stream->netstream); in http_reply()
1100 stream->response = (unsigned char *) net_getline (stream->netstream); in http_reply()
1133 if((s = (unsigned char *) net_getline (stream->netstream)) != NIL){ in http_reply()
/dports/editors/pico-alpine/alpine-465e23b/imap/src/c-client/
H A Dnetmsg.c73 while ((s = net_getline (stream)) != NULL) { in netmsg_slurp()
H A Dpop3.c451 while ((s = net_getline (LOCAL->netstream)) && (*s != '.')) { in pop3_open()
500 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_capa()
590 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_auth()
1113 if (!(LOCAL->response = net_getline (LOCAL->netstream))) in pop3_reply()
H A Dnntp.c357 while ((s = net_getline (LOCAL->nntpstream->netstream)) != NULL) { in nntp_list()
567 (s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_status()
798 (s = net_getline (nstream->netstream)) && strcmp (s,"."); ) { in nntp_mopen()
948 while ((s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_overview()
1021 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_over()
1533 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_sort_loadcache()
1841 while ((t = net_getline (stream->netstream)) && (t[1] || (*t != '.'))) { in nntp_extensions()
2210 if (!(stream->reply = net_getline (stream->netstream))) in nntp_reply()
H A Dhttp.c1081 stream->response = (unsigned char *) net_getline(stream->netstream); in http_reply()
1100 stream->response = (unsigned char *) net_getline (stream->netstream); in http_reply()
1133 if((s = (unsigned char *) net_getline (stream->netstream)) != NIL){ in http_reply()
/dports/mail/imap-uw/imap-2007f/src/c-client/
H A Dnetmsg.c73 while (s = net_getline (stream)) { in netmsg_slurp()
H A Dnntp.c353 while (s = net_getline (LOCAL->nntpstream->netstream)) { in nntp_list()
562 (s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_status()
776 (s = net_getline (nstream->netstream)) && strcmp (s,"."); ) { in nntp_mopen()
926 while ((s = net_getline (LOCAL->nntpstream->netstream)) && in nntp_overview()
999 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_over()
1511 while ((s = net_getline (LOCAL->nntpstream->netstream)) && strcmp (s,".")){ in nntp_sort_loadcache()
1814 while ((t = net_getline (stream->netstream)) && (t[1] || (*t != '.'))) { in nntp_extensions()
2172 if (!(stream->reply = net_getline (stream->netstream))) in nntp_reply()
H A Dpop3.c447 while ((s = net_getline (LOCAL->netstream)) && (*s != '.')) { in pop3_open()
496 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_capa()
587 while ((t = net_getline (LOCAL->netstream)) && (t[1] || (*t != '.'))) { in pop3_auth()
1067 if (!(LOCAL->response = net_getline (LOCAL->netstream))) in pop3_reply()
/dports/mail/panda-imap/panda-imap-7905901/src/osdep/tops-20/
H A Dshortsym.h366 #define net_getline nt_gtl macro
/dports/mail/panda-cclient/panda-imap-7905901/src/osdep/tops-20/
H A Dshortsym.h366 #define net_getline nt_gtl macro
/dports/mail/alpine/alpine-465e23b/imap/src/osdep/tops-20/
H A Dshortsym.h366 #define net_getline nt_gtl macro
/dports/mail/cclient/imap-2007f/src/osdep/tops-20/
H A Dshortsym.h368 #define net_getline nt_gtl macro
/dports/editors/pico-alpine/alpine-465e23b/imap/src/osdep/tops-20/
H A Dshortsym.h366 #define net_getline nt_gtl macro

123