Searched refs:phar_tar_octal (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/phar/ |
H A D | tar.c | 65 static int phar_tar_octal(char *buf, uint32_t val, int len) /* {{{ */ in phar_tar_octal() function 755 phar_tar_octal(header.mode, entry->flags & PHAR_ENT_PERM_MASK, sizeof(header.mode)-1); in phar_tar_writeheaders_int() 757 if (FAILURE == phar_tar_octal(header.size, entry->uncompressed_filesize, sizeof(header.size)-1)) { in phar_tar_writeheaders_int() 764 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders_int() 788 if (FAILURE == phar_tar_octal(header.checksum, entry->crc32, sizeof(header.checksum)-1)) { in phar_tar_writeheaders_int()
|
/PHP-8.3/ |
H A D | README.REDIST.BINS | 535 portions of tar implementations in ext/phar - phar_tar_octal() are based on an
|
Completed in 7 milliseconds