cdir_offset       230 ext/phar/pharzip.h 	char cdir_offset[4];      /* offset of start of central
cdir_offset       282 ext/phar/zip.c 	php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET);
cdir_offset       412 ext/phar/zip.c 			php_stream_seek(fp, PHAR_GET_32(locator.cdir_offset), SEEK_SET);
cdir_offset       414 ext/phar/zip.c 			php_stream_copy_to_stream_ex(fp, sigfile, beforeus - PHAR_GET_32(locator.cdir_offset), NULL);
cdir_offset      1197 ext/phar/zip.c 	php_uint32 cdir_size, cdir_offset;
cdir_offset      1468 ext/phar/zip.c 	cdir_offset = php_stream_tell(pass.filefp);
cdir_offset      1470 ext/phar/zip.c 	PHAR_SET_32(eocd.cdir_offset, cdir_offset);