Lines Matching refs:ZVAL_LONG

512 	ZVAL_LONG(&const_CREATE_value, ZIP_CREATE);  in register_class_ZipArchive()
518 ZVAL_LONG(&const_EXCL_value, ZIP_EXCL); in register_class_ZipArchive()
524 ZVAL_LONG(&const_CHECKCONS_value, ZIP_CHECKCONS); in register_class_ZipArchive()
530 ZVAL_LONG(&const_OVERWRITE_value, ZIP_OVERWRITE); in register_class_ZipArchive()
537 ZVAL_LONG(&const_RDONLY_value, ZIP_RDONLY); in register_class_ZipArchive()
544 ZVAL_LONG(&const_FL_NOCASE_value, ZIP_FL_NOCASE); in register_class_ZipArchive()
550 ZVAL_LONG(&const_FL_NODIR_value, ZIP_FL_NODIR); in register_class_ZipArchive()
556 ZVAL_LONG(&const_FL_COMPRESSED_value, ZIP_FL_COMPRESSED); in register_class_ZipArchive()
562 ZVAL_LONG(&const_FL_UNCHANGED_value, ZIP_FL_UNCHANGED); in register_class_ZipArchive()
569 ZVAL_LONG(&const_FL_RECOMPRESS_value, ZIP_FL_RECOMPRESS); in register_class_ZipArchive()
576 ZVAL_LONG(&const_FL_ENCRYPTED_value, ZIP_FL_ENCRYPTED); in register_class_ZipArchive()
582 ZVAL_LONG(&const_FL_OVERWRITE_value, ZIP_FL_OVERWRITE); in register_class_ZipArchive()
588 ZVAL_LONG(&const_FL_LOCAL_value, ZIP_FL_LOCAL); in register_class_ZipArchive()
594 ZVAL_LONG(&const_FL_CENTRAL_value, ZIP_FL_CENTRAL); in register_class_ZipArchive()
600 ZVAL_LONG(&const_FL_ENC_GUESS_value, ZIP_FL_ENC_GUESS); in register_class_ZipArchive()
606 ZVAL_LONG(&const_FL_ENC_RAW_value, ZIP_FL_ENC_RAW); in register_class_ZipArchive()
612 ZVAL_LONG(&const_FL_ENC_STRICT_value, ZIP_FL_ENC_STRICT); in register_class_ZipArchive()
618 ZVAL_LONG(&const_FL_ENC_UTF_8_value, ZIP_FL_ENC_UTF_8); in register_class_ZipArchive()
624 ZVAL_LONG(&const_FL_ENC_CP437_value, ZIP_FL_ENC_CP437); in register_class_ZipArchive()
630 ZVAL_LONG(&const_FL_OPEN_FILE_NOW_value, ZIP_FL_OPEN_FILE_NOW); in register_class_ZipArchive()
636 ZVAL_LONG(&const_CM_DEFAULT_value, ZIP_CM_DEFAULT); in register_class_ZipArchive()
642 ZVAL_LONG(&const_CM_STORE_value, ZIP_CM_STORE); in register_class_ZipArchive()
648 ZVAL_LONG(&const_CM_SHRINK_value, ZIP_CM_SHRINK); in register_class_ZipArchive()
654 ZVAL_LONG(&const_CM_REDUCE_1_value, ZIP_CM_REDUCE_1); in register_class_ZipArchive()
660 ZVAL_LONG(&const_CM_REDUCE_2_value, ZIP_CM_REDUCE_2); in register_class_ZipArchive()
666 ZVAL_LONG(&const_CM_REDUCE_3_value, ZIP_CM_REDUCE_3); in register_class_ZipArchive()
672 ZVAL_LONG(&const_CM_REDUCE_4_value, ZIP_CM_REDUCE_4); in register_class_ZipArchive()
678 ZVAL_LONG(&const_CM_IMPLODE_value, ZIP_CM_IMPLODE); in register_class_ZipArchive()
684 ZVAL_LONG(&const_CM_DEFLATE_value, ZIP_CM_DEFLATE); in register_class_ZipArchive()
690 ZVAL_LONG(&const_CM_DEFLATE64_value, ZIP_CM_DEFLATE64); in register_class_ZipArchive()
696 ZVAL_LONG(&const_CM_PKWARE_IMPLODE_value, ZIP_CM_PKWARE_IMPLODE); in register_class_ZipArchive()
702 ZVAL_LONG(&const_CM_BZIP2_value, ZIP_CM_BZIP2); in register_class_ZipArchive()
708 ZVAL_LONG(&const_CM_LZMA_value, ZIP_CM_LZMA); in register_class_ZipArchive()
715 ZVAL_LONG(&const_CM_LZMA2_value, ZIP_CM_LZMA2); in register_class_ZipArchive()
723 ZVAL_LONG(&const_CM_ZSTD_value, ZIP_CM_ZSTD); in register_class_ZipArchive()
731 ZVAL_LONG(&const_CM_XZ_value, ZIP_CM_XZ); in register_class_ZipArchive()
738 ZVAL_LONG(&const_CM_TERSE_value, ZIP_CM_TERSE); in register_class_ZipArchive()
744 ZVAL_LONG(&const_CM_LZ77_value, ZIP_CM_LZ77); in register_class_ZipArchive()
750 ZVAL_LONG(&const_CM_WAVPACK_value, ZIP_CM_WAVPACK); in register_class_ZipArchive()
756 ZVAL_LONG(&const_CM_PPMD_value, ZIP_CM_PPMD); in register_class_ZipArchive()
762 ZVAL_LONG(&const_ER_OK_value, ZIP_ER_OK); in register_class_ZipArchive()
768 ZVAL_LONG(&const_ER_MULTIDISK_value, ZIP_ER_MULTIDISK); in register_class_ZipArchive()
774 ZVAL_LONG(&const_ER_RENAME_value, ZIP_ER_RENAME); in register_class_ZipArchive()
780 ZVAL_LONG(&const_ER_CLOSE_value, ZIP_ER_CLOSE); in register_class_ZipArchive()
786 ZVAL_LONG(&const_ER_SEEK_value, ZIP_ER_SEEK); in register_class_ZipArchive()
792 ZVAL_LONG(&const_ER_READ_value, ZIP_ER_READ); in register_class_ZipArchive()
798 ZVAL_LONG(&const_ER_WRITE_value, ZIP_ER_WRITE); in register_class_ZipArchive()
804 ZVAL_LONG(&const_ER_CRC_value, ZIP_ER_CRC); in register_class_ZipArchive()
810 ZVAL_LONG(&const_ER_ZIPCLOSED_value, ZIP_ER_ZIPCLOSED); in register_class_ZipArchive()
816 ZVAL_LONG(&const_ER_NOENT_value, ZIP_ER_NOENT); in register_class_ZipArchive()
822 ZVAL_LONG(&const_ER_EXISTS_value, ZIP_ER_EXISTS); in register_class_ZipArchive()
828 ZVAL_LONG(&const_ER_OPEN_value, ZIP_ER_OPEN); in register_class_ZipArchive()
834 ZVAL_LONG(&const_ER_TMPOPEN_value, ZIP_ER_TMPOPEN); in register_class_ZipArchive()
840 ZVAL_LONG(&const_ER_ZLIB_value, ZIP_ER_ZLIB); in register_class_ZipArchive()
846 ZVAL_LONG(&const_ER_MEMORY_value, ZIP_ER_MEMORY); in register_class_ZipArchive()
852 ZVAL_LONG(&const_ER_CHANGED_value, ZIP_ER_CHANGED); in register_class_ZipArchive()
858 ZVAL_LONG(&const_ER_COMPNOTSUPP_value, ZIP_ER_COMPNOTSUPP); in register_class_ZipArchive()
864 ZVAL_LONG(&const_ER_EOF_value, ZIP_ER_EOF); in register_class_ZipArchive()
870 ZVAL_LONG(&const_ER_INVAL_value, ZIP_ER_INVAL); in register_class_ZipArchive()
876 ZVAL_LONG(&const_ER_NOZIP_value, ZIP_ER_NOZIP); in register_class_ZipArchive()
882 ZVAL_LONG(&const_ER_INTERNAL_value, ZIP_ER_INTERNAL); in register_class_ZipArchive()
888 ZVAL_LONG(&const_ER_INCONS_value, ZIP_ER_INCONS); in register_class_ZipArchive()
894 ZVAL_LONG(&const_ER_REMOVE_value, ZIP_ER_REMOVE); in register_class_ZipArchive()
900 ZVAL_LONG(&const_ER_DELETED_value, ZIP_ER_DELETED); in register_class_ZipArchive()
906 ZVAL_LONG(&const_ER_ENCRNOTSUPP_value, ZIP_ER_ENCRNOTSUPP); in register_class_ZipArchive()
912 ZVAL_LONG(&const_ER_RDONLY_value, ZIP_ER_RDONLY); in register_class_ZipArchive()
918 ZVAL_LONG(&const_ER_NOPASSWD_value, ZIP_ER_NOPASSWD); in register_class_ZipArchive()
924 ZVAL_LONG(&const_ER_WRONGPASSWD_value, ZIP_ER_WRONGPASSWD); in register_class_ZipArchive()
931 ZVAL_LONG(&const_ER_OPNOTSUPP_value, ZIP_ER_OPNOTSUPP); in register_class_ZipArchive()
939 ZVAL_LONG(&const_ER_INUSE_value, ZIP_ER_INUSE); in register_class_ZipArchive()
947 ZVAL_LONG(&const_ER_TELL_value, ZIP_ER_TELL); in register_class_ZipArchive()
955 ZVAL_LONG(&const_ER_COMPRESSED_DATA_value, ZIP_ER_COMPRESSED_DATA); in register_class_ZipArchive()
963 ZVAL_LONG(&const_ER_CANCELLED_value, ZIP_ER_CANCELLED); in register_class_ZipArchive()
971 ZVAL_LONG(&const_ER_DATA_LENGTH_value, ZIP_ER_DATA_LENGTH); in register_class_ZipArchive()
979 ZVAL_LONG(&const_ER_NOT_ALLOWED_value, ZIP_ER_NOT_ALLOWED); in register_class_ZipArchive()
987 ZVAL_LONG(&const_AFL_RDONLY_value, ZIP_AFL_RDONLY); in register_class_ZipArchive()
995 ZVAL_LONG(&const_AFL_IS_TORRENTZIP_value, ZIP_AFL_IS_TORRENTZIP); in register_class_ZipArchive()
1003 ZVAL_LONG(&const_AFL_WANT_TORRENTZIP_value, ZIP_AFL_WANT_TORRENTZIP); in register_class_ZipArchive()
1011ZVAL_LONG(&const_AFL_CREATE_OR_KEEP_FILE_FOR_EMPTY_ARCHIVE_value, ZIP_AFL_CREATE_OR_KEEP_FILE_FOR_… in register_class_ZipArchive()
1019 ZVAL_LONG(&const_OPSYS_DOS_value, ZIP_OPSYS_DOS); in register_class_ZipArchive()
1027 ZVAL_LONG(&const_OPSYS_AMIGA_value, ZIP_OPSYS_AMIGA); in register_class_ZipArchive()
1035 ZVAL_LONG(&const_OPSYS_OPENVMS_value, ZIP_OPSYS_OPENVMS); in register_class_ZipArchive()
1043 ZVAL_LONG(&const_OPSYS_UNIX_value, ZIP_OPSYS_UNIX); in register_class_ZipArchive()
1051 ZVAL_LONG(&const_OPSYS_VM_CMS_value, ZIP_OPSYS_VM_CMS); in register_class_ZipArchive()
1059 ZVAL_LONG(&const_OPSYS_ATARI_ST_value, ZIP_OPSYS_ATARI_ST); in register_class_ZipArchive()
1067 ZVAL_LONG(&const_OPSYS_OS_2_value, ZIP_OPSYS_OS_2); in register_class_ZipArchive()
1075 ZVAL_LONG(&const_OPSYS_MACINTOSH_value, ZIP_OPSYS_MACINTOSH); in register_class_ZipArchive()
1083 ZVAL_LONG(&const_OPSYS_Z_SYSTEM_value, ZIP_OPSYS_Z_SYSTEM); in register_class_ZipArchive()
1091 ZVAL_LONG(&const_OPSYS_CPM_value, ZIP_OPSYS_CPM); in register_class_ZipArchive()
1099 ZVAL_LONG(&const_OPSYS_WINDOWS_NTFS_value, ZIP_OPSYS_WINDOWS_NTFS); in register_class_ZipArchive()
1107 ZVAL_LONG(&const_OPSYS_MVS_value, ZIP_OPSYS_MVS); in register_class_ZipArchive()
1115 ZVAL_LONG(&const_OPSYS_VSE_value, ZIP_OPSYS_VSE); in register_class_ZipArchive()
1123 ZVAL_LONG(&const_OPSYS_ACORN_RISC_value, ZIP_OPSYS_ACORN_RISC); in register_class_ZipArchive()
1131 ZVAL_LONG(&const_OPSYS_VFAT_value, ZIP_OPSYS_VFAT); in register_class_ZipArchive()
1139 ZVAL_LONG(&const_OPSYS_ALTERNATE_MVS_value, ZIP_OPSYS_ALTERNATE_MVS); in register_class_ZipArchive()
1147 ZVAL_LONG(&const_OPSYS_BEOS_value, ZIP_OPSYS_BEOS); in register_class_ZipArchive()
1155 ZVAL_LONG(&const_OPSYS_TANDEM_value, ZIP_OPSYS_TANDEM); in register_class_ZipArchive()
1163 ZVAL_LONG(&const_OPSYS_OS_400_value, ZIP_OPSYS_OS_400); in register_class_ZipArchive()
1171 ZVAL_LONG(&const_OPSYS_OS_X_value, ZIP_OPSYS_OS_X); in register_class_ZipArchive()
1179 ZVAL_LONG(&const_OPSYS_DEFAULT_value, ZIP_OPSYS_DEFAULT); in register_class_ZipArchive()
1186 ZVAL_LONG(&const_EM_NONE_value, ZIP_EM_NONE); in register_class_ZipArchive()
1192 ZVAL_LONG(&const_EM_TRAD_PKWARE_value, ZIP_EM_TRAD_PKWARE); in register_class_ZipArchive()
1199 ZVAL_LONG(&const_EM_AES_128_value, ZIP_EM_AES_128); in register_class_ZipArchive()
1207 ZVAL_LONG(&const_EM_AES_192_value, ZIP_EM_AES_192); in register_class_ZipArchive()
1215 ZVAL_LONG(&const_EM_AES_256_value, ZIP_EM_AES_256); in register_class_ZipArchive()
1222 ZVAL_LONG(&const_EM_UNKNOWN_value, ZIP_EM_UNKNOWN); in register_class_ZipArchive()
1235 ZVAL_LONG(&const_LENGTH_TO_END_value, ZIP_LENGTH_TO_END); in register_class_ZipArchive()
1242 ZVAL_LONG(&const_LENGTH_UNCHECKED_value, ZIP_LENGTH_UNCHECKED); in register_class_ZipArchive()