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

/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1301 uint8_t *UDFCompressed, /* (Input) bytes read from media. */
1309 * Use UDFCompressed to store current byte being read.
1311 compID = UDFCompressed[0];
1328 UDFCompressed[byteIndex++] << 8;
1337 UDFCompressed[byteIndex++];
1355 uint8_t *UDFCompressed) /* (Output) compressed string, as bytes. */
1368 UDFCompressed[0] = (uint8_t)compID;
1369 (void) strncpy((caddr_t)&UDFCompressed[1],
1299 UncompressUnicode( int32_t numberOfBytes, uint8_t *UDFCompressed, uint16_t *unicode) argument
1351 ud_compressunicode( int32_t numberOfChars, int32_t compID, uint16_t *unicode, uint8_t *UDFCompressed) argument

Completed in 74 milliseconds