Lines Matching refs:buffer
225 static char buffer[74]; local
228 r = recv(context->sock, buffer, sizeof buffer, 0);
246 static char buffer[931]; local
250 r = recv(context->sock, buffer, sizeof buffer, 0);
307 static char buffer[103]; local
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]; local
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);