Searched refs:dataSize (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr53811.C13 Unserialize (int index, const char *serializedData, int dataSize) = 0;
/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dmztools.c119 int dataSize = cpsize; local
120 if (dataSize == 0) {
121 dataSize = uncpsize;
123 if (dataSize > 0) {
124 char* data = malloc(dataSize);
126 if ((int)fread(data, 1, dataSize, fpZip) == dataSize) {
127 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
128 offset += dataSize;
[all...]
H A Dzip.c1958 short dataSize; local
1971 dataSize = *(((short*)p)+1);
1975 p += dataSize + 4; // skip it. do not copy to temp buffer
1980 memcpy(pTmp, p, dataSize + 4);
1981 p += dataSize + 4;
1982 size += dataSize + 4;
H A Dunzip.c1030 uLong dataSize; local
1035 if (unz64local_getShort(&s->z_filefunc, s->filestream,&dataSize) != UNZ_OK)
1072 if (ZSEEK64(s->z_filefunc, s->filestream,dataSize,ZLIB_FILEFUNC_SEEK_CUR)!=0)
1076 acc += 2 + 2 + dataSize;
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dmztools.c119 int dataSize = cpsize; local
120 if (dataSize == 0) {
121 dataSize = uncpsize;
123 if (dataSize > 0) {
124 char* data = malloc(dataSize);
126 if ((int)fread(data, 1, dataSize, fpZip) == dataSize) {
127 if ((int)fwrite(data, 1, dataSize, fpOut) == dataSize) {
128 offset += dataSize;
[all...]
H A Dzip.c1958 short dataSize; local
1971 dataSize = *(((short*)p)+1);
1975 p += dataSize + 4; // skip it. do not copy to temp buffer
1980 memcpy(pTmp, p, dataSize + 4);
1981 p += dataSize + 4;
1982 size += dataSize + 4;
H A Dunzip.c1030 uLong dataSize; local
1035 if (unz64local_getShort(&s->z_filefunc, s->filestream,&dataSize) != UNZ_OK)
1072 if (ZSEEK64(s->z_filefunc, s->filestream,dataSize,ZLIB_FILEFUNC_SEEK_CUR)!=0)
1076 acc += 2 + 2 + dataSize;

Completed in 168 milliseconds