Lines Matching defs:bytes
280 /* infof(data, "WS-DEC: passed %zd bytes payload, %"
401 size_t bytes;
404 *err = curl_ws_send(data, buf, buflen, &bytes, 0, CURLWS_PONG);
468 infof(data, "WS: decode ending with %zd frame bytes remaining",
556 failf(data, "WS: starting new frame with %zd bytes from last one"
617 /* add 4 bytes mask */
712 /* 16 bytes random */
743 * 'nread' is number of bytes of websocket data already in the buffer at
792 /* 4 bytes random */
822 infof(data, "%zu bytes websocket payload", nread);
868 size_t bytes;
871 *err = curl_ws_send(ctx->data, buf, buflen, &bytes, 0, CURLWS_PONG);
874 nwritten = bytes;
961 DEBUGF(infof(data, "curl_ws_recv, added %zu bytes from network",
992 /* infof(data, "curl_ws_recv(len=%zu) -> %zu bytes (frame at %"
1015 infof(data, "WS: flush EAGAIN, %zu bytes remain in buffer",
1030 infof(data, "WS: flushed %zu bytes", (size_t)n);
1082 infof(data, "WS: wanted to send %zu bytes, sent %zu bytes",
1103 /* a frame series 'fragsize' bytes big, this is the first */