Home
last modified time | relevance | path

Searched refs:is_tar (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dis_tar.c53 private int is_tar(const unsigned char *, size_t);
75 tar = is_tar(buf, nbytes); in file_is_tar()
93 is_tar(const unsigned char *buf, size_t nbytes) in is_tar() function
/PHP-5.3/ext/fileinfo/
H A Dconfig.w3210 is_tar.c magic.c print.c \
H A Dconfig.m413 libmagic/is_tar.c libmagic/magic.c libmagic/print.c \
/PHP-5.3/ext/phar/
H A Dutil.c669 (*ret)->is_tar = entry->is_tar; in phar_get_entry_data()
692 entry->tar_type = (entry->is_tar ? TAR_FILE : '\0'); in phar_get_entry_data()
717 (*ret)->is_tar = entry->is_tar; in phar_get_entry_data()
813 if (phar->is_tar) { in phar_get_or_create_entry_data()
814 etemp.is_tar = phar->is_tar; in phar_get_or_create_entry_data()
841 ret->is_tar = entry->is_tar; in phar_get_or_create_entry_data()
886 dest->tar_type = (dest->is_tar ? TAR_FILE : '\0'); in phar_copy_entry_fp()
1097 entry->tar_type = (entry->is_tar ? TAR_FILE : '\0'); in phar_create_writeable_entry()
1158 entry->tar_type = (entry->is_tar ? TAR_FILE : '\0'); in phar_separate_entry_fp()
H A Dphar_object.c1228 phar_data->is_tar = 0;
2112 } else if (phar->is_tar) {
2190 (*pphar)->is_tar = phar->is_tar;
2301 phar->is_tar = 1;
2398 newentry.is_tar = phar->is_tar;
2400 if (newentry.is_tar) {
3322 if (phar_obj->arc.archive->is_tar) {
3362 if (phar_obj->arc.archive->is_tar) {
3422 if (phar_obj->arc.archive->is_tar) {
3478 if (phar_obj->arc.archive->is_tar) {
[all …]
H A Dtar.c139 if (phar->is_tar) { in phar_open_or_create_tar()
144 phar->is_tar = 1; in phar_open_or_create_tar()
234 myphar->is_tar = 1; in phar_parse_tarfile()
238 entry.is_tar = 1; in phar_parse_tarfile()
908 newentry.is_tar = 1; in phar_tar_setupmetadata()
934 entry.is_tar = 1; in phar_tar_flush()
1135 newentry.is_tar = 1; in phar_tar_flush()
H A Dphar_internal.h296 unsigned int is_tar:1; member
343 unsigned int is_tar:1; member
490 int is_tar:1; member
H A Ddirstream.c529 if (phar->is_tar) { in phar_wrapper_mkdir()
530 entry.is_tar = 1; in phar_wrapper_mkdir()
H A Dphar.c566 if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
1279 if ((*test)->is_data && !(*test)->is_tar && !(*test)->is_zip) {
1286 if (PHAR_G(readonly) && !(*test)->is_data && ((*test)->is_tar || (*test)->is_zip)) {
1422 mydata->is_tar = 1;
2610 if (phar->is_tar) {
3345 if (phar->is_zip || phar->is_tar) {
H A Dstream.c247 if (phar->is_tar || phar->is_zip) { in phar_wrapper_open_url()
323 …if ((idata->phar->is_tar || idata->phar->is_zip) && idata->internal_file->filename_len == sizeof("… in phar_wrapper_open_url()
H A Dzip.c752 phar->is_tar = 0; in phar_open_or_create_zip()

Completed in 53 milliseconds