Searched refs:pack (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_4/ext/standard/ |
| H A D | crypt_sha256.c | 344 # pragma pack(push, 16) 347 # pragma pack(pop)
|
| H A D | crypt_sha512.c | 378 # pragma pack(push, 16) 381 # pragma pack(pop)
|
| H A D | basic_functions.c | 1839 /* {{{ pack.c */ 3165 /* functions from pack.c */ 3166 PHP_FE(pack, arginfo_pack) 3590 PHP_MINIT(pack)(INIT_FUNC_ARGS_PASSTHRU);
|
| H A D | filters.c | 637 unsigned int pack, pack_bcnt; local 662 pack = 0; 668 pack |= (urem << pack_bcnt); 672 pack |= (urem >> urem_nbits); 694 pack |= (i << pack_bcnt); 698 pack |= (i >> urem_nbits); 715 *(pd++) = pack; 717 pack = 0; 723 urem |= (pack << (urem_nbits - pack_bcnt)); 726 urem |= (pack >> (pack_bcn [all...] |
| H A D | pack.c | 43 #include "pack.h" 101 /* pack() idea stolen from Perl (implemented formats behave the same as there) 104 /* {{{ proto string pack(string format, mixed arg1 [, mixed arg2 [, mixed ...]]) 106 PHP_FUNCTION(pack) 508 * formatter char (like pack()), "[repeat]" is the optional repeater argument, 512 * Numeric pack types will return numbers, a and A will return strings, 874 PHP_MINIT_FUNCTION(pack)
|
| H A D | pack.h | 24 PHP_MINIT_FUNCTION(pack); variable 25 PHP_FUNCTION(pack); variable
|
| /PHP_5_4/win32/build/ |
| H A D | Makefile | 135 -rd /s /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING) 137 -del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_SHORT)-$(PHP_ARCHITECTURE).zip 139 -del /f /q $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING).zip 155 -del /f /q $(BUILD_DIR)\php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_SHORT)-$(PHP_ARCHITECTURE).zip 164 cd $(BUILD_DIR)\php-test-pack-$(PHP_VERSION_STRING) 165 -$(ZIP) -9 -q -r ..\php-test-pack-$(PHP_VERSION_STRING).zip . 168 -$(ZIP) -9 -q php-debug-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_SHORT)-$(PHP_ARCHITECTURE).zip *.pdb 171 -$(ZIP) -9 -q -r php-devel-pack-$(PHP_VERSION_STRING)$(PHP_ZTS_ARCHIVE_POSTFIX)-Win32-$(PHP_COMPILER_SHORT)-$(PHP_ARCHITECTURE).zip $(BUILD_DIR_DEV_NAME)
|
| /PHP_5_4/ext/phar/ |
| H A D | tar.h | 23 #pragma pack(1) 34 # pragma pack 0 58 # pragma pack 0 98 #pragma pack()
|
Completed in 30 milliseconds