Searched defs:bytesToRead (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/tools/
H A Dhttpget.c196 PRUint32 bytesToRead; local
222 bytesToRead = (rem < FCOPY_BUFFER_SIZE) ? rem : FCOPY_BUFFER_SIZE;
223 while (rem > 0 && (nBytes = PR_Read(in, start, bytesToRead)) > 0) {
226 bytesToRead = (rem < FCOPY_BUFFER_SIZE) ? rem : FCOPY_BUFFER_SIZE;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dserver_test.c193 PRInt32 bytesToRead = _client_data; local
207 bytesToRead,
243 bytesToRead -= bytesRead;
244 while (bytesToRead) {
247 bytesToRead,
H A Dservr_kk.c159 PRInt32 bytesToRead = _client_data; local
173 bytesToRead,
209 bytesToRead -= bytesRead;
210 while (bytesToRead) {
213 bytesToRead,
H A Dservr_ku.c160 PRInt32 bytesToRead = _client_data; local
174 bytesToRead,
210 bytesToRead -= bytesRead;
211 while (bytesToRead) {
214 bytesToRead,
H A Dservr_uk.c162 PRInt32 bytesToRead = _client_data; local
176 bytesToRead,
212 bytesToRead -= bytesRead;
213 while (bytesToRead) {
216 bytesToRead,
H A Dservr_uu.c160 PRInt32 bytesToRead = _client_data; local
174 bytesToRead,
210 bytesToRead -= bytesRead;
211 while (bytesToRead) {
214 bytesToRead,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...

Completed in 70 milliseconds