Lines Matching defs:compID
36 * NOTE: This routine only performs error checking on the compID.
51 unsigned int compID;
55 compID = UDFCompressed[0];
57 /* Translate 254/255 compID values used for deleted entries */
58 if (compID == 254)
59 compID = 8;
60 if (compID == 255)
61 compID = 16;
63 /* First check for valid compID. */
64 if (compID != 8 && compID != 16) {
72 if (compID == 16) {
114 int compID, /* (Input) compression ID to be used. */
120 if (compID != 8 && compID != 16) {
124 UDFCompressed[0] = compID;
129 if (compID == 16) {