Searched refs:php_uint16 (Results 1 – 3 of 3) sorted by relevance
222 #ifndef php_uint16224 # define php_uint16 unsigned short macro226 # define php_uint16 uint16_t
21 #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()
518 var = *(php_uint16*)(buffer); \521 #define PHAR_ZIP_16(var) ((php_uint16)((((php_uint16)var[0]) & 0xff) | \522 (((php_uint16)var[1]) & 0xff) << 8))657 php_uint16 manifest_ver;
Completed in 17 milliseconds