Searched refs:sd (Results 1 – 1 of 1) sorted by relevance
316 static SRes SzReadByte(CSzData *sd, Byte *b) in SzReadByte() argument318 if (sd->Size == 0) in SzReadByte()320 sd->Size--; in SzReadByte()321 *b = *sd->Data++; in SzReadByte()325 static SRes SzReadBytes(CSzData *sd, Byte *data, size_t size) in SzReadBytes() argument330 RINOK(SzReadByte(sd, data + i)); in SzReadBytes()335 static SRes SzReadUInt32(CSzData *sd, UInt32 *value) in SzReadUInt32() argument342 RINOK(SzReadByte(sd, &b)); in SzReadUInt32()348 static SRes SzReadNumber(CSzData *sd, UInt64 *value) in SzReadNumber() argument353 RINOK(SzReadByte(sd, &firstByte)); in SzReadNumber()[all …]