Searched defs:CHUNK_SIZE (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnonblock.c65 #define CHUNK_SIZE 10 macro
89 char buf[CHUNK_SIZE];
159 char buf[CHUNK_SIZE];
249 if (retVal != CHUNK_SIZE) {
H A Dtestfile.c87 #define CHUNK_SIZE 512 macro
349 len = PR_Write(fd_file, out_buf->data, CHUNK_SIZE);
359 if (file_info.size != CHUNK_SIZE) {
362 file_info.size, CHUNK_SIZE, pathname);
395 } else if (len != CHUNK_SIZE) {
398 CHUNK_SIZE, len);
413 len = PR_Write(fd_file, out_buf->data, CHUNK_SIZE);
480 len = CHUNK_SIZE;
516 len = CHUNK_SIZE;
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlreader.c66 #define CHUNK_SIZE 512 macro
802 if (inbuf->use < reader->cur + CHUNK_SIZE) {
830 * parse by block of CHUNK_SIZE bytes, various tests show that
833 if (inbuf->use >= reader->cur + CHUNK_SIZE) {
836 CHUNK_SIZE, 0);
837 reader->cur += CHUNK_SIZE;
858 (inbuf->use - reader->cur <= CHUNK_SIZE)) {
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 4077 milliseconds