Searched refs:bytes_read (Results 1 - 10 of 10) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnblayer.c120 PRIntn bytes_read, bytes_sent; local
184 bytes_read = 0;
190 bytes_sent - bytes_read);
192 stack, buffer + bytes_read, bytes_sent - bytes_read,
197 if (0 < ready) bytes_read += ready;
209 } while (bytes_read < bytes_sent);
211 PR_fprintf(logFile, "Client received %d bytes\n", bytes_read);
212 PR_ASSERT(bytes_read == bytes_sent);
229 PRIntn bytes_read, bytes_sen local
[all...]
H A Dnbconn.c94 PRIntn default_case, n, bytes_read, bytes_sent; local
251 PRIntn rv, bytes_read; local
260 bytes_read = 0;
261 while (bytes_read != DATA_BUF_SIZE) {
262 rv = PR_Read(newsockfd, data_buf + bytes_read ,
263 DATA_BUF_SIZE - bytes_read);
271 bytes_read += rv;
273 DPRINTF(("Bytes read from client - %d\n",bytes_read));
301 PRIntn default_case, n, bytes_read, bytes_sent; local
426 bytes_read
[all...]
H A Dlayer.c137 PRIntn bytes_read, bytes_sent; local
152 bytes_read = PR_Recv(
155 PR_fprintf(logFile, "Client receiving %d bytes\n", bytes_read);
156 PR_ASSERT(bytes_read == bytes_sent);
171 PRIntn bytes_read, bytes_sent; local
181 bytes_read = PR_Recv(
183 if (0 != bytes_read)
186 PR_fprintf(logFile, "Server receiving %d bytes\n", bytes_read);
187 PR_ASSERT(bytes_read > 0);
189 service, buffer, bytes_read, empty_flag
[all...]
H A Dthrpool_server.c142 PRInt32 bytes_read; member in struct:Session
165 PR_ASSERT(sp->bytes_read < sp->bytes);
167 offset = sp->bytes_read;
173 sp->bytes_read += bytes;
175 if (sp->bytes_read < sp->bytes) {
181 PR_ASSERT(sp->bytes_read == sp->bytes);
215 sp->bytes_read = 0;
267 sp->bytes_read = 0;
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess_private.h56 pciaddr_t size, pciaddr_t * bytes_read );
H A Dpciaccess.h145 pciaddr_t offset, pciaddr_t size, pciaddr_t *bytes_read);
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.cc197 int bytes_read = gzread(file, buffer, buffer_size); local
199 if (bytes_read <= 0)
206 this->setg(buffer, buffer, buffer + bytes_read);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c1191 int bytes_read = 0; local
1211 ctxt->inptr - ctxt->inrptr - bytes_read;
1212 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read);
1215 bytes_read += orig_avail_in - ctxt->strm->avail_in;
1220 ctxt->inrptr += bytes_read;

Completed in 71 milliseconds