Lines Matching refs:halt_offset

569 			if (!phar->halt_offset && !phar->is_brandnew && (phar->is_tar || phar->is_zip)) {
666 …*fp, char *fname, int fname_len, char *alias, int alias_len, zend_long halt_offset, phar_archive_d… argument
687 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
699 halt_offset += 3;
709 ++halt_offset;
713 ++halt_offset;
718 if (-1 == php_stream_seek(fp, halt_offset, SEEK_SET)) {
1066 offset = halt_offset + manifest_len + 4;
1103 if (offset == halt_offset + (int)manifest_len + 4) {
1192 mydata->internal_file_start = halt_offset + manifest_len + 4;
1193 mydata->halt_offset = halt_offset;
1583 zend_long halt_offset; local
1597 halt_offset = 0;
1723 halt_offset += (pos - buffer); /* no -tokenlen+tokenlen here */
1724 …return phar_parse_pharfile(fp, fname, fname_len, alias, alias_len, halt_offset, pphar, compression…
1727 halt_offset += got;
2498 int halt_offset, restore_alias_len, global_flags = 0, closeoldfile; local
2630 phar->halt_offset = len + 5;
2637 if (!user_stub && phar->halt_offset && oldfile && !phar->is_brandnew) {
2638 php_stream_copy_to_stream_ex(oldfile, newfile, phar->halt_offset, &written);
2643 phar->halt_offset = ZSTR_LEN(newstub);
2644 written = php_stream_write(newfile, ZSTR_VAL(newstub), phar->halt_offset);
2646 if (phar->halt_offset != written) {
2668 halt_offset = manifest_ftell;
3166 phar->internal_file_start = halt_offset + manifest_len + 4;
3167 phar->halt_offset = halt_offset;
3224 if (-1 == php_stream_seek(phar->fp, phar->halt_offset, SEEK_SET)) {
3259 return ((phar_archive_data*)handle)->halt_offset + 32;