Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dphar_internal.h204 #ifndef php_uint16
206 # define php_uint16 unsigned short macro
208 # 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) /* {{{ */ 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.c521 var = *(php_uint16*)(buffer); \
524 #define PHAR_ZIP_16(var) ((php_uint16)((((php_uint16)var[0]) & 0xff) | \
525 (((php_uint16)var[1]) & 0xff) << 8))
672 php_uint16 manifest_ver;

Completed in 17 milliseconds