Home
last modified time | relevance | path

Searched refs:php_uint16 (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/phar/
H A Dphar_internal.h224 #ifndef php_uint16
226 # define php_uint16 unsigned short macro
228 # define php_uint16 uint16_t
H A Dzip.c21 #define PHAR_GET_16(var) ((php_uint16)((((php_uint16)var[0]) & 0xff) | \
22 (((php_uint16)var[1]) & 0xff) << 8))
40 # define PHAR_SET_16(var, value) phar_write_16(var, (php_uint16) (value));
42 static int phar_zip_process_extra(php_stream *fp, phar_entry_info *entry, php_uint16 len TSRMLS_DC)… in phar_zip_process_extra()
146 php_uint16 ctime, cdate; in phar_zip_u2d_time()
171 php_uint16 i; in phar_parse_zipfile()
H A Dphar.c516 var = *(php_uint16*)(buffer); \
519 #define PHAR_ZIP_16(var) ((php_uint16)((((php_uint16)var[0]) & 0xff) | \
520 (((php_uint16)var[1]) & 0xff) << 8))
656 php_uint16 manifest_ver;

Completed in 38 milliseconds