Searched refs:NEWS_NETWRITE (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTNews.c | 50 #define NEWS_NETWRITE(sock, buff, size) \ macro 58 #define NEWS_NETWRITE NETWRITE macro 308 status = NEWS_NETWRITE(s, ascii, length); in response() 311 status = (int) NEWS_NETWRITE(s, (char *) command, length); in response() 929 IGNORE_RC(NEWS_NETWRITE(s, buf, blen)); in post_article() 949 IGNORE_RC(NEWS_NETWRITE(s, buf, blen)); in post_article() 962 IGNORE_RC(NEWS_NETWRITE(s, buf, blen)); in post_article() 968 IGNORE_RC(NEWS_NETWRITE(s, buf, blen)); in post_article() 2696 status = (int) NEWS_NETWRITE(s, proxycmd, (int) strlen(proxycmd)); in HTLoadNews()
|