Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 25 of 44) sorted by relevance

12

/PHP-5.6/ext/mysqli/
H A Dmysqli_libmysql.h76 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
77 (((uint32_t) (((unsigned char*) (A))[1])) << 8) +\
78 (((uint32_t) (((unsigned char*) (A))[0])) << 16)))
82 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
89 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\
97 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\
101 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[1])) +\
107 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\
111 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
118 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\
[all …]
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_portability.h143 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
146 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
190 (((uint32_t) 255L << 24) | \
200 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
252 (((uint32_t) 255L << 24) | \
258 ((uint32_t) (zend_uchar) (A)[0])))
267 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
270 #define uint4korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
276 (((uint32_t) ((zend_uchar) (A)[1])) << 8) +\
285 #define int2store(T,A) do { uint32_t def_temp= (uint32_t) (A) ;\
[all …]
H A Dconfig-win.h68 (((uint32_t) 255L << 24) | \
69 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
70 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
71 ((uint32_t) (zend_uchar) (A)[0])) : \
72 (((uint32_t) (zend_uchar) (A)[2]) << 16) |\
73 (((uint32_t) (zend_uchar) (A)[1]) << 8) | \
74 ((uint32_t) (zend_uchar) (A)[0])))
78 #define uint4korr(A) (*((uint32_t *) (A)))
80 (((uint32_t) ((zend_uchar) (A)[1])) << 8) +\
81 (((uint32_t) ((zend_uchar) (A)[2])) << 16) +\
[all …]
H A Dmysqlnd_wireprotocol.h72 uint32_t thread_id;
77 uint32_t server_capabilities;
93 uint32_t client_flags;
94 uint32_t max_packet_size;
222 uint32_t field_count;
274 uint32_t response_code;
/PHP-5.6/ext/standard/
H A Dcrypt_freesec.h18 uint32_t saltbits;
19 uint32_t old_salt;
20 uint32_t en_keysl[16], en_keysr[16];
21 uint32_t de_keysl[16], de_keysr[16];
22 uint32_t old_rawkey0, old_rawkey1;
H A Dcrypt_freesec.c161 static uint32_t bits32[32] =
181 static uint32_t psbox[4][256];
218 uint32_t *p, *il, *ir, *fl, *fr; in _crypt_extended_init()
219 uint32_t *bits28, *bits24; in _crypt_extended_init()
359 uint32_t obit, saltbit, saltbits; in setup_salt()
385 (uint32_t)(u_char)key[3] | in des_setkey()
390 (uint32_t)(u_char)key[7] | in des_setkey()
433 uint32_t t0, t1; in des_setkey()
464 do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, in do_des()
591 (uint32_t)(u_char)in[3] | in des_cipher()
[all …]
H A Dcrypt_sha256.c64 uint32_t H[8];
66 uint32_t total[2];
67 uint32_t buflen;
131 uint32_t W[64]; in sha256_process_block()
132 uint32_t a_save = a; in sha256_process_block()
133 uint32_t b_save = b; in sha256_process_block()
134 uint32_t c_save = c; in sha256_process_block()
135 uint32_t d_save = d; in sha256_process_block()
136 uint32_t e_save = e; in sha256_process_block()
137 uint32_t f_save = f; in sha256_process_block()
[all …]
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.h114 uint32_t d_flags;
118 uint32_t d_size;
119 uint32_t d_unused0;
141 uint32_t cl_dword;
153 uint32_t si_count;
164 uint32_t sh_len;
169 uint32_t pi_id;
170 uint32_t pi_type;
174 uint32_t _pi_u32;
182 uint32_t s_len;
[all …]
H A Dcdf.c78 uint32_t u;
84 #define CDF_TOLE4(x) ((uint32_t)(NEED_SWAP ? _cdf_tole4(x) : (uint32_t)(x)))
106 static uint32_t
107 _cdf_tole4(uint32_t sv) in _cdf_tole4()
109 uint32_t rv; in _cdf_tole4()
143 static uint32_t
146 uint32_t rv; in cdf_getuint32()
162 uint32_t
163 cdf_tole4(uint32_t sv) in cdf_tole4()
767 uint32_t u32; in cdf_read_property_info()
[all …]
H A Dapprentice.c99 uint32_t count;
100 uint32_t max;
133 private uint32_t swap4(uint32_t);
1050 private uint32_t
1086 uint32_t i; in set_last_default()
1133 uint32_t i; in magic_entry_free()
1145 uint32_t i, j; in apprentice_load()
2600 uint32_t *ptr; in apprentice_map()
2759 uint32_t i; in apprentice_compile()
2868 uint32_t i;
[all …]
H A Dfile.h149 uint32_t l;
286 uint32_t offset; /* offset to magic number */
290 uint32_t lineno; /* line number in magic file */
295 uint32_t _count; /* repeat/line count */
296 uint32_t _flags; /* modifier flags */
352 uint32_t nmagic; /* number of entries in array */
386 uint32_t offset;
H A Dsoftmagic.c134 uint32_t magindex = 0; in match()
445 (uint32_t) v) == -1) in mprint()
521 t = ms->offset + sizeof(uint32_t); in mprint()
531 t = ms->offset + sizeof(uint32_t); in mprint()
683 uint32_t t; in moffset()
844 DO_CVT(l, (uint32_t)); in cvt_32()
993 p->l = ((uint32_t)p->hl[0]<<24)|((uint32_t)p->hl[1]<<16)| in mconvert()
994 ((uint32_t)p->hl[2]<<8) |((uint32_t)p->hl[3]); in mconvert()
998 p->l = ((uint32_t)p->hl[3]<<24)|((uint32_t)p->hl[2]<<16)| in mconvert()
999 ((uint32_t)p->hl[1]<<8) |((uint32_t)p->hl[0]); in mconvert()
[all …]
H A Dreadcdf.c287 (uint32_t)si.si_os_version >> 8) == -1)
292 (uint32_t)si.si_os_version >> 8,
299 (uint32_t)si.si_os_version >> 8) == -1)
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h54 typedef unsigned int uint32_t; typedef
56 typedef unsigned long int uint32_t; typedef
73 # ifndef uint32_t
74 typedef unsigned __int32 uint32_t; typedef
138 typedef uint32_t timelib_ulong;
184 uint32_t ttisgmtcnt;
185 uint32_t ttisstdcnt;
186 uint32_t leapcnt;
187 uint32_t timecnt;
188 uint32_t typecnt;
[all …]
H A Dparse_tz.c60 uint32_t version; in read_preamble()
83 uint32_t buffer[6]; in read_header()
106 uint32_t i; in read_transistions()
245 uint32_t buffer[3]; in read_location()
246 uint32_t comments_len; in read_location()
264 uint32_t i; in timelib_dump_tzinfo()
368 uint32_t buffer[6]; in read_64bit_header()
410 uint32_t i; in fetch_timezone_offset()
427 uint32_t j; in fetch_timezone_offset()
/PHP-5.6/main/
H A Dphp_stdint.h130 typedef uint32 uint32_t
132 typedef u_int32_t uint32_t;
134 typedef unsigned int uint32_t;
136 typedef unsigned long uint32_t;
/PHP-5.6/win32/
H A Dphp_stdint.h92 #ifndef uint32_t
93 typedef unsigned __int32 uint32_t; typedef
104 typedef uint32_t uint_least32_t;
114 typedef uint32_t uint_fast32_t;
115 typedef uint32_t u_int32_t;
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_atomic.h30 typedef uint32_t atomic_uint_t;
89 typedef uint32_t atomic_uint_t;
118 typedef uint32_t atomic_uint_t;
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_data.c83 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes()
87 uint32_t npattern_len; in msgformat_fix_quotes()
H A Dmsgformat_data.h43 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
/PHP-5.6/ext/intl/collator/
H A Dcollator_sort.c364 uint32_t sortKeyBufSize = DEF_SORT_KEYS_BUF_SIZE; /* buffer size */ in PHP_FUNCTION()
367 uint32_t bufLeft = 0; in PHP_FUNCTION()
368 uint32_t bufIncrement = 0; in PHP_FUNCTION()
371 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; in PHP_FUNCTION()
372 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION()
374 uint32_t sortKeyCount = 0; in PHP_FUNCTION()
375 uint32_t j = 0; in PHP_FUNCTION()
/PHP-5.6/ext/intl/idn/
H A Didn.c137 const char *domain, int domain_len, uint32_t option, int mode, zval *idna_info) in php_intl_idn_to_46()
202 const char *domain, int domain_len, uint32_t option, int mode) in php_intl_idn_to()
313 domain, domain_len, (uint32_t)option, mode); in php_intl_idn_handoff()
318 (uint32_t)option, mode, idna_info); in php_intl_idn_handoff()
/PHP-5.6/ext/intl/breakiterator/
H A Dcodepointiterator_internal.cpp242 uint32_t s = bufferSize; in createBufferClone()
249 uint32_t offsetUp = (uint32_t)U_ALIGNMENT_OFFSET_UP(buf); in createBufferClone()
/PHP-5.6/ext/intl/
H A Dintl_convert.c52 uint32_t dst_len = 0; in intl_convert_utf8_to_utf16()
/PHP-5.6/sapi/cli/
H A Dphp_http_parser.h121 uint32_t nread;

Completed in 107 milliseconds

12