Lines Matching refs:stderr
35 fprintf(stderr,
50 fprintf(stderr, "ws: got PONG back\n");
53 fprintf(stderr, "ws: got the same payload back\n");
58 fprintf(stderr, "ws: did NOT get the same payload back\n");
61 fprintf(stderr, "recv_pong: got %d bytes rflags %x\n", (int)rlen, rflags);
63 fprintf(stderr, "ws: curl_ws_recv returned %d, received %d\n", result,
74 fprintf(stderr,
81 fprintf(stderr, "ws: websocket() starts\n");
104 fprintf(stderr, "Called CURLOPT_WRITEFUNCTION with %d bytes: ", in writecb()
107 fprintf(stderr, "%02x ", (unsigned char)buffer[i]); in writecb()
108 fprintf(stderr, "\n"); in writecb()
112 fprintf(stderr, "send back a simple PONG\n"); in writecb()
118 fprintf(stderr, "returns error from callback\n"); in writecb()
140 fprintf(stderr, "curl_easy_perform() returned %d\n", res); in test()