Home
last modified time | relevance | path

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

/PHP-5.5/ext/phar/
H A Dtar.c65 static int phar_tar_octal(char *buf, php_uint32 val, int len) /* {{{ */ in phar_tar_octal() function
746 phar_tar_octal(header.mode, entry->flags & PHAR_ENT_PERM_MASK, sizeof(header.mode)-1); in phar_tar_writeheaders()
748 if (FAILURE == phar_tar_octal(header.size, entry->uncompressed_filesize, sizeof(header.size)-1)) { in phar_tar_writeheaders()
755 if (FAILURE == phar_tar_octal(header.mtime, entry->timestamp, sizeof(header.mtime)-1)) { in phar_tar_writeheaders()
774 if (FAILURE == phar_tar_octal(header.checksum, entry->crc32, sizeof(header.checksum)-1)) { in phar_tar_writeheaders()
H A DLICENSE71 phar_tar_octal() based on an implementation Copyright (c) 2003-2007 Tim Kientzle

Completed in 12 milliseconds