Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 17 of 17) sorted by relevance

/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf.h66 uint16_t h_revision;
67 uint16_t h_version;
68 uint16_t h_byte_order;
69 uint16_t h_sec_size_p2;
96 uint16_t d_name[32];
97 uint16_t d_namelen;
140 uint16_t cl_word[2];
147 uint16_t si_zero;
149 uint16_t si_os;
170 uint16_t _pi_u16;
[all …]
H A Dreadelf.h43 typedef uint16_t Elf32_Half;
58 typedef uint16_t Elf64_Half;
H A Dreadelf.c59 private uint16_t getu16(int, uint16_t);
63 private uint16_t
64 getu16(int swap, uint16_t value) in getu16()
67 uint16_t ui; in getu16()
1140 uint16_t type; in file_tryelf()
H A Dcdf.c85 #define CDF_TOLE2(x) ((uint16_t)(NEED_SWAP ? _cdf_tole2(x) : (uint16_t)(x)))
92 static uint16_t
93 _cdf_tole2(uint16_t sv) in _cdf_tole2()
95 uint16_t rv; in _cdf_tole2()
156 uint16_t
157 cdf_tole2(uint16_t sv) in cdf_tole2()
722 cdf_namecmp(const char *d, const uint16_t *s, size_t l) in cdf_namecmp()
H A Dfile.h139 uint16_t h;
153 uint16_t cont_level; /* level of ">" */
H A Dapprentice.c115 private uint16_t swap2(uint16_t);
2441 private uint16_t
2442 swap2(uint16_t sv)
2444 uint16_t rv;
H A Dsoftmagic.c701 DO_CVT(h, (uint16_t)); in cvt_16()
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h75 uint16_t server_capabilities;
77 uint16_t server_status;
113 uint16_t server_status;
114 uint16_t warning_count;
137 uint16_t warning_count;
138 uint16_t server_status;
161 uint16_t warning_count;
162 uint16_t server_status;
196 uint16_t warning_count;
197 uint16_t server_status;
[all …]
H A Dmysqlnd_portability.h101 typedef unsigned short uint16_t; /* Signed integer >= 16 bits */ typedef
103 typedef uint16 uint16_t; /* Signed integer >= 16 bits */ typedef
246 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\
247 ((uint16_t) (((unsigned char*) (A))[0]) << 8)))
304 #define uint2korr(A) (*((uint16_t *) (A)))
314 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A)
370 #define uint2korr(A) (uint16_t) (((uint16_t) ((zend_uchar) (A)[0])) +\
371 ((uint16_t) ((zend_uchar) (A)[1]) << 8))
H A Dconfig-win.h76 #define uint2korr(A) (*((uint16_t *) (A)))
86 #define int2store(T,A) *((uint16_t*) (T))= (uint16_t) (A)
H A Dconfig9.m442 …PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t
/PHP-5.3/ext/mysqli/
H A Dmysqli_libmysql.h59 #define bit_uint2korr(A) ((uint16_t) (((uint16_t) (((unsigned char*) (A))[1])) +\
60 ((uint16_t) (((unsigned char*) (A))[0]) << 8)))
/PHP-5.3/win32/
H A Dphp_stdint.h83 typedef unsigned __int16 uint16_t; typedef
95 typedef uint16_t uint_least16_t;
105 typedef uint16_t uint_fast16_t;
/PHP-5.3/ext/zip/lib/
H A Dzipconf.h33 typedef uint16_t zip_uint16_t;
/PHP-5.3/ext/phar/
H A Dphar_internal.h226 # define php_uint16 uint16_t
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch913 uint16_t h_revision;
914 uint16_t h_version;
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7643 # define UINT16_TYPE uint16_t

Completed in 282 milliseconds