Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 16 of 16) sorted by last modified time

/PHP-5.4/win32/
H A Dphp_stdint.h87 typedef unsigned __int16 uint16_t; typedef
99 typedef uint16_t uint_least16_t;
109 typedef uint16_t uint_fast16_t;
/PHP-5.4/ext/zip/lib/
H A Dzipconf.h33 typedef uint16_t zip_uint16_t;
/PHP-5.4/ext/standard/
H A Dstring.c2799 typedef uint16_t HASH;
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c8951 # define UINT16_TYPE uint16_t
/PHP-5.4/ext/phar/
H A Dphar_internal.h226 # define php_uint16 uint16_t
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h79 uint16_t server_status;
115 uint16_t server_status;
116 uint16_t warning_count;
145 uint16_t server_status;
146 uint16_t warning_count;
169 uint16_t warning_count;
170 uint16_t server_status;
193 uint16_t warning_count;
194 uint16_t server_status;
228 uint16_t warning_count;
[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.m443 …PHP_CHECK_TYPES([int8 uint8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t
/PHP-5.4/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.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c804 DO_CVT(h, (uint16_t)); in cvt_16()
H A Dapprentice.c126 private uint16_t swap2(uint16_t);
2877 private uint16_t
2878 swap2(uint16_t sv)
2880 uint16_t rv;
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 Dcdf.h68 uint16_t h_revision;
69 uint16_t h_version;
70 uint16_t h_byte_order;
71 uint16_t h_sec_size_p2;
98 uint16_t d_name[32];
99 uint16_t d_namelen;
142 uint16_t cl_word[2];
149 uint16_t si_zero;
151 uint16_t si_os;
172 uint16_t _pi_u16;
[all …]
H A Dfile.h148 uint16_t h;
162 uint16_t cont_level; /* level of ">" */
/PHP-5.4/ext/fileinfo/
H A Dlibmagic.patch1099 uint16_t h_revision;
1100 uint16_t h_version;

Completed in 306 milliseconds