Home | History | Annotate | Download | only in tar

Lines Matching refs:PAX

87 		// Check for PAX/GNU special headers and files.
139 // Thus, setup the regFileReader again after merging PAX headers.
200 // readGNUSparsePAXHeaders checks the PAX headers for GNU sparse headers.
203 // by the the PAX header parsing logic.
214 return nil, nil // Unknown GNU sparse PAX version
218 return nil, nil // Not a PAX format GNU sparse file.
222 // Update hdr from GNU sparse PAX headers.
291 // parsePAX parses PAX headers.
300 // For GNU PAX sparse format 0.0 support.
302 // headers since 0.0 headers were not PAX compliant.
504 // readGNUSparseMap1x0 reads the sparse map as stored in GNU's PAX sparse format
574 // readGNUSparseMap0x1 reads the sparse map as stored in GNU's PAX sparse format
575 // version 0.1. The sparse map is stored in the PAX headers.