Home | History | Annotate | Download | only in server

Lines Matching refs:STREAMTHIS

1109 #define STREAMTHIS "a string to stream 01234567890\n"
1110 count = strlen(STREAMTHIS);
1112 written = swrite(sock, STREAMTHIS, count);