Home
last modified time | relevance | path

Searched refs:phar_tar_octal (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/phar/
H A Dtar.c65 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-7.3/
H A DREADME.REDIST.BINS521 portions of tar implementations in ext/phar - phar_tar_octal() are based on an

Completed in 9 milliseconds