Lines Matching refs:halt_offset

566 			if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
662 …ream *fp, char *fname, int fname_len, char *alias, int alias_len, long halt_offset, phar_archive_d… argument
682 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
694 halt_offset += 3;
704 ++halt_offset;
708 ++halt_offset;
713 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
1057 offset = halt_offset + manifest_len + 4;
1094 if (offset == halt_offset + (int)manifest_len + 4) {
1181 mydata->internal_file_start = halt_offset + manifest_len + 4;
1182 mydata->halt_offset = halt_offset;
1577 long halt_offset; local
1591 halt_offset = 0;
1717 halt_offset += (pos - buffer); /* no -tokenlen+tokenlen here */
1718 …return phar_parse_pharfile(fp, fname, fname_len, alias, alias_len, halt_offset, pphar, compression…
1721 halt_offset += got;
2575 int halt_offset, restore_alias_len, global_flags = 0, closeoldfile; local
2703 phar->halt_offset = len + 5;
2710 if (!user_stub && phar->halt_offset && oldfile && !phar->is_brandnew) {
2711 phar_stream_copy_to_stream(oldfile, newfile, phar->halt_offset, &written);
2715 newstub = phar_create_default_stub(NULL, NULL, &(phar->halt_offset), NULL TSRMLS_CC);
2716 written = php_stream_write(newfile, newstub, phar->halt_offset);
2718 if (phar->halt_offset != written) {
2740 halt_offset = manifest_ftell;
3219 phar->internal_file_start = halt_offset + manifest_len + 4;
3220 phar->halt_offset = halt_offset;
3277 if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) {
3310 return ((phar_archive_data*)handle)->halt_offset + 32;