Searched defs:bytes_sent (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlayer.c137 PRIntn bytes_read, bytes_sent; local
147 bytes_sent = PR_Send(
149 PR_ASSERT(sizeof(buffer) == bytes_sent);
151 PR_fprintf(logFile, "Client sending %d bytes\n", bytes_sent);
153 stack, buffer, bytes_sent, empty_flags, PR_INTERVAL_NO_TIMEOUT);
156 PR_ASSERT(bytes_read == bytes_sent);
171 PRIntn bytes_read, bytes_sent; local
188 bytes_sent = PR_Send(
191 PR_fprintf(logFile, "Server sending %d bytes\n", bytes_sent);
192 PR_ASSERT(bytes_read == bytes_sent);
[all...]
H A Dnbconn.c94 PRIntn default_case, n, bytes_read, bytes_sent; local
301 PRIntn default_case, n, bytes_read, bytes_sent; local
401 bytes_sent = 0;
403 while (bytes_sent != DATA_BUF_SIZE) {
412 rv = PR_Write(conn_fd, send_buf + bytes_sent,
413 DATA_BUF_SIZE - bytes_sent);
421 bytes_sent += rv;
423 DPRINTF(("Bytes written to server - %d\n",bytes_sent));
H A Dnblayer.c120 PRIntn bytes_read, bytes_sent; local
155 bytes_sent = 0;
163 sizeof(buffer) - bytes_sent);
165 stack, buffer + bytes_sent, sizeof(buffer) - bytes_sent,
169 if (0 < ready) bytes_sent += ready;
181 } while (bytes_sent < sizeof(buffer));
182 PR_ASSERT(sizeof(buffer) == bytes_sent);
190 bytes_sent - bytes_read);
192 stack, buffer + bytes_read, bytes_sent
229 PRIntn bytes_read, bytes_sent; local
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c163 unsigned long long bytes_sent; /* Output. no. of bytes sent */ member in struct:sf_parms
982 sf_struct->bytes_sent = 0;
991 op->result.code += sf_struct->bytes_sent;
2188 sf_struct.bytes_sent = 0;
2208 count = sf_struct.bytes_sent;

Completed in 1003 milliseconds