halt_offset       564 ext/phar/phar.c 			if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
halt_offset       650 ext/phar/phar.c static int phar_parse_pharfile(php_stream *fp, char *fname, int fname_len, char *alias, int alias_len, long halt_offset, phar_archive_data** pphar, php_uint32 compression, char **error TSRMLS_DC) /* {{{ */
halt_offset       671 ext/phar/phar.c 	if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
halt_offset       683 ext/phar/phar.c 		halt_offset += 3;
halt_offset       693 ext/phar/phar.c 			++halt_offset;
halt_offset       697 ext/phar/phar.c 			++halt_offset;
halt_offset       702 ext/phar/phar.c 	if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
halt_offset      1051 ext/phar/phar.c 	offset = halt_offset + manifest_len + 4;
halt_offset      1088 ext/phar/phar.c 		if (offset == halt_offset + (int)manifest_len + 4) {
halt_offset      1177 ext/phar/phar.c 	mydata->internal_file_start = halt_offset + manifest_len + 4;
halt_offset      1178 ext/phar/phar.c 	mydata->halt_offset = halt_offset;
halt_offset      1573 ext/phar/phar.c 	long halt_offset;
halt_offset      1587 ext/phar/phar.c 	halt_offset = 0;
halt_offset      1713 ext/phar/phar.c 			halt_offset += (pos - buffer); /* no -tokenlen+tokenlen here */
halt_offset      1714 ext/phar/phar.c 			return phar_parse_pharfile(fp, fname, fname_len, alias, alias_len, halt_offset, pphar, compression, error TSRMLS_CC);
halt_offset      1717 ext/phar/phar.c 		halt_offset += got;
halt_offset      2554 ext/phar/phar.c 	int halt_offset, restore_alias_len, global_flags = 0, closeoldfile;
halt_offset      2683 ext/phar/phar.c 		phar->halt_offset = len + 5;
halt_offset      2690 ext/phar/phar.c 		if (!user_stub && phar->halt_offset && oldfile && !phar->is_brandnew) {
halt_offset      2691 ext/phar/phar.c 			php_stream_copy_to_stream_ex(oldfile, newfile, phar->halt_offset, &written);
halt_offset      2695 ext/phar/phar.c 			newstub = phar_create_default_stub(NULL, NULL, &(phar->halt_offset), NULL TSRMLS_CC);
halt_offset      2696 ext/phar/phar.c 			written = php_stream_write(newfile, newstub, phar->halt_offset);
halt_offset      2698 ext/phar/phar.c 		if (phar->halt_offset != written) {
halt_offset      2720 ext/phar/phar.c 	halt_offset = manifest_ftell;
halt_offset      3221 ext/phar/phar.c 	phar->internal_file_start = halt_offset + manifest_len + 4;
halt_offset      3222 ext/phar/phar.c 	phar->halt_offset = halt_offset;
halt_offset      3279 ext/phar/phar.c 	if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) {
halt_offset      3311 ext/phar/phar.c 	return ((phar_archive_data*)handle)->halt_offset + 32;
halt_offset       300 ext/phar/phar_internal.h 	size_t                   halt_offset;
halt_offset      3955 ext/phar/phar_object.c 	len = phar_obj->arc.archive->halt_offset;
halt_offset       266 ext/phar/stream.c 				entry->compressed_filesize = entry->uncompressed_filesize = phar->halt_offset;