Searched refs:STREAMTHIS (Results 1 – 2 of 2) sorted by relevance
791 #define STREAMTHIS "a string to stream 01234567890\n" in send_doc() macro792 count = strlen(STREAMTHIS); in send_doc()794 written = swrite(sock, STREAMTHIS, count); in send_doc()
1033 #define STREAMTHIS "a string to stream 01234567890\n" in send_doc() macro1034 count = strlen(STREAMTHIS); in send_doc()1036 written = swrite(sock, STREAMTHIS, count); in send_doc()
Completed in 13 milliseconds