Lines Matching defs:buffer
225 static char buffer[74];
228 r = recv(context->sock, buffer, sizeof buffer, 0);
246 static char buffer[931];
250 r = recv(context->sock, buffer, sizeof buffer, 0);
307 static char buffer[103];
309 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer);
313 r = send(context->sock, buffer, send_bytes, 0);
331 static char buffer[1234];
333 int send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer);
337 r = send(context->sock, buffer, send_bytes, 0);
351 send_bytes = MIN(TRANSFER_BYTES - context->sent, sizeof buffer);
355 r = send(context->sock, buffer, send_bytes, 0);