Searched refs:dataRead (Results 1 - 25 of 39) sorted by path

12

/macosx-10.9.5/CF-855.17/
H A DCFConcreteStreams.c583 static CFIndex dataRead(CFReadStreamRef stream, UInt8 *buffer, CFIndex bufferLength, CFStreamError *error, Boolean *atEOF, void *info) { function
838 static const struct _CFStreamCallBacksV1 readDataCallBacks = {1, readDataCreate, readDataFinalize, readDataCopyDescription, readDataOpen, NULL, dataRead, dataGetBuffer, dataCanRead, NULL, NULL, NULL, NULL, NULL, NULL, readDataSchedule, NULL};
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dbuffer.c42 file->dataRead = 0;
H A Dfiledup.c101 memcpy((*new_file)->buffer, old_file->buffer, old_file->dataRead);
H A Dopen.c104 dafile->dataRead = 0;
H A Dreadwrite.c54 thefile->dataRead = 0;
58 if (thefile->bufpos >= thefile->dataRead) {
69 thefile->dataRead = bytesread;
70 thefile->filePtr += thefile->dataRead;
74 blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : size;
144 ULONG offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
147 thefile->bufpos = thefile->dataRead = 0;
H A Dseek.c37 thefile->bufpos = thefile->direction = thefile->dataRead = 0;
40 newbufpos = pos - (thefile->filePtr - thefile->dataRead);
41 if (newbufpos >= 0 && newbufpos <= thefile->dataRead) {
48 thefile->bufpos = thefile->dataRead = 0;
74 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
84 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/unix/
H A Dbuffer.c43 file->dataRead = 0;
H A Dfiledup.c154 memcpy((*new_file)->buffer, old_file->buffer, old_file->dataRead);
H A Dopen.c229 (*new)->dataRead = 0;
H A Dreadwrite.c43 thefile->dataRead = 0;
54 if (thefile->bufpos >= thefile->dataRead) {
66 thefile->dataRead = bytesread;
67 thefile->filePtr += thefile->dataRead;
71 blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : size;
162 apr_int64_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
165 thefile->bufpos = thefile->dataRead = 0;
245 apr_int64_t offset = thefile->filePtr - thefile->dataRead +
249 thefile->bufpos = thefile->dataRead
[all...]
H A Dseek.c29 thefile->bufpos = thefile->direction = thefile->dataRead = 0;
32 newbufpos = pos - (thefile->filePtr - thefile->dataRead);
33 if (newbufpos >= 0 && newbufpos <= thefile->dataRead) {
39 thefile->bufpos = thefile->dataRead = 0;
70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
80 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
118 fp->bufpos = fp->direction = fp->dataRead = 0;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dbuffer.c42 file->dataRead = 0;
H A Dfiledup.c199 memcpy((*new_file)->buffer, old_file->buffer, old_file->dataRead);
H A Dpipe.c107 (*in)->dataRead = 0;
121 (*out)->dataRead = 0;
398 (*in)->dataRead = 0;
412 (*out)->dataRead = 0;
H A Dreadwrite.c194 thefile->dataRead = 0;
199 if (thefile->bufpos >= thefile->dataRead) {
209 thefile->dataRead = read;
210 thefile->filePtr += thefile->dataRead;
215 blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : size;
267 apr_off_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
272 thefile->bufpos = thefile->dataRead = 0;
H A Dseek.c33 thefile->bufpos = thefile->dataRead = 0;
40 newbufpos = pos - (thefile->filePtr - thefile->dataRead);
42 if (newbufpos >= 0 && newbufpos <= (apr_off_t)thefile->dataRead) {
63 thefile->bufpos = thefile->dataRead = 0;
86 rc = setptr(thefile, thefile->filePtr - thefile->dataRead
100 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/netware/
H A Dapr_arch_file_io.h116 apr_off_t dataRead; /* amount of valid data read into buffer */ member in struct:apr_file_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/os2/
H A Dapr_arch_file_io.h54 unsigned long dataRead; /* amount of valid data read into buffer */ member in struct:apr_file_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/unix/
H A Dapr_arch_file_io.h112 unsigned long dataRead; /* amount of valid data read into buffer */ member in struct:apr_file_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/arch/win32/
H A Dapr_arch_file_io.h182 apr_size_t dataRead; // amount of valid data read into buffer member in struct:apr_file_t
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dbuffer.c42 file->dataRead = 0;
H A Dfiledup.c101 memcpy((*new_file)->buffer, old_file->buffer, old_file->dataRead);
H A Dopen.c104 dafile->dataRead = 0;
H A Dreadwrite.c54 thefile->dataRead = 0;
58 if (thefile->bufpos >= thefile->dataRead) {
69 thefile->dataRead = bytesread;
70 thefile->filePtr += thefile->dataRead;
74 blocksize = size > thefile->dataRead - thefile->bufpos ? thefile->dataRead - thefile->bufpos : size;
144 ULONG offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
147 thefile->bufpos = thefile->dataRead = 0;
H A Dseek.c37 thefile->bufpos = thefile->direction = thefile->dataRead = 0;
40 newbufpos = pos - (thefile->filePtr - thefile->dataRead);
41 if (newbufpos >= 0 && newbufpos <= thefile->dataRead) {
48 thefile->bufpos = thefile->dataRead = 0;
74 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
84 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;

Completed in 350 milliseconds

12