Home | History | Annotate | Download | only in pending

Lines Matching refs:VLI_UNKNOWN

2333 #define VLI_UNKNOWN ((vli_type)-1)
2400 * VLI_UNKNOWN if Compressed Size is not present.
2406 * VLI_UNKNOWN if Uncompressed Size is not present.
2570 * There is no need to separately check for VLI_UNKNOWN, since
2571 * the observed sizes are always smaller than VLI_UNKNOWN.
2592 if (s->block_header.compressed != VLI_UNKNOWN
2597 if (s->block_header.uncompressed != VLI_UNKNOWN
2816 s->block_header.compressed = VLI_UNKNOWN;
2827 s->block_header.uncompressed = VLI_UNKNOWN;