Home
last modified time | relevance | path

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

12

/PHP-5.4/ext/mysqli/
H A Dmysqli_libmysql.h64 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
65 (((uint32_t) (((unsigned char*) (A))[1])) << 8) +\
66 (((uint32_t) (((unsigned char*) (A))[0])) << 16)))
70 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
77 #define bit_uint5korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[4])) +\
85 #define bit_uint6korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[5])) +\
89 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[1])) +\
95 #define bit_uint7korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[6])) +\
99 (((uint64_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
106 #define bit_uint8korr(A) ((uint64_t)(((uint32_t) (((unsigned char*) (A))[7])) +\
[all …]
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd_portability.h122 typedef uint32 uint32_t; typedef
124 typedef unsigned int uint32_t;
126 typedef unsigned long uint32_t;
248 #define bit_uint3korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[2])) +\
251 #define bit_uint4korr(A) ((uint32_t) (((uint32_t) (((unsigned char*) (A))[3])) +\
305 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
357 (((uint32_t) 255L << 24) | \
372 #define uint3korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
375 #define uint4korr(A) (uint32_t) (((uint32_t) ((zend_uchar) (A)[0])) +\
390 #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.4/ext/standard/
H A Dcrypt_freesec.h20 typedef unsigned int uint32_t; typedef
22 typedef unsigned long int uint32_t; typedef
31 uint32_t saltbits;
32 uint32_t old_salt;
33 uint32_t en_keysl[16], en_keysr[16];
34 uint32_t de_keysl[16], de_keysr[16];
35 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.c70 uint32_t H[8];
72 uint32_t total[2];
73 uint32_t buflen;
137 uint32_t W[64]; in sha256_process_block()
138 uint32_t a_save = a; in sha256_process_block()
139 uint32_t b_save = b; in sha256_process_block()
140 uint32_t c_save = c; in sha256_process_block()
141 uint32_t d_save = d; in sha256_process_block()
142 uint32_t e_save = e; in sha256_process_block()
143 uint32_t f_save = f; in sha256_process_block()
[all …]
/PHP-5.4/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()
764 uint32_t u32; in cdf_read_property_info()
[all …]
H A Dapprentice.c94 uint32_t max_count;
127 private uint32_t swap4(uint32_t);
1039 private uint32_t
1075 uint32_t i; in set_last_default()
1122 uint32_t i; in magic_entry_free()
1136 uint32_t i, j; in apprentice_load()
2592 uint32_t *ptr; in apprentice_map()
2756 uint32_t i; in apprentice_compile()
2869 uint32_t i;
2894 uint32_t rv;
[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.c125 uint32_t magindex = 0; in match()
489 t = ms->offset + sizeof(uint32_t); in mprint()
498 t = ms->offset + sizeof(uint32_t); in mprint()
648 uint32_t t; in moffset()
810 DO_CVT(l, (uint32_t)); in cvt_32()
959 p->l = ((uint32_t)p->hl[0]<<24)|((uint32_t)p->hl[1]<<16)| in mconvert()
960 ((uint32_t)p->hl[2]<<8) |((uint32_t)p->hl[3]); in mconvert()
964 p->l = ((uint32_t)p->hl[3]<<24)|((uint32_t)p->hl[2]<<16)| in mconvert()
965 ((uint32_t)p->hl[1]<<8) |((uint32_t)p->hl[0]); in mconvert()
1135 uint32_t soffset, offset = ms->offset; in mget()
[all …]
H A Dreadcdf.c201 (uint32_t)si.si_os_version >> 8) == -1)
206 (uint32_t)si.si_os_version >> 8,
213 (uint32_t)si.si_os_version >> 8) == -1)
H A Dfuncs.c330 *(n)++ = (((uint32_t)*(o) >> 6) & 3) + '0', \
331 *(n)++ = (((uint32_t)*(o) >> 3) & 7) + '0', \
332 *(n)++ = (((uint32_t)*(o) >> 0) & 7) + '0', \
/PHP-5.4/ext/date/lib/
H A Dtimelib_structs.h51 typedef unsigned int uint32_t; typedef
53 typedef unsigned long int uint32_t; typedef
107 uint32_t ttisgmtcnt;
108 uint32_t ttisstdcnt;
109 uint32_t leapcnt;
110 uint32_t timecnt;
111 uint32_t typecnt;
112 uint32_t charcnt;
H A Dparse_tz.c72 uint32_t buffer[6]; in read_header()
87 uint32_t i; in read_transistions()
199 uint32_t buffer[3]; in read_location()
200 uint32_t comments_len; in read_location()
218 uint32_t i; in timelib_dump_tzinfo()
337 uint32_t i; in fetch_timezone_offset()
354 uint32_t j; in fetch_timezone_offset()
H A Dtimelib.m468 TL_CHECK_INT_TYPE(uint32_t)
/PHP-5.4/win32/
H A Dphp_stdint.h88 #ifndef uint32_t
89 typedef unsigned __int32 uint32_t; typedef
100 typedef uint32_t uint_least32_t;
110 typedef uint32_t uint_fast32_t;
111 typedef uint32_t u_int32_t;
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_data.c75 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec) in msgformat_fix_quotes()
79 uint32_t npattern_len; in msgformat_fix_quotes()
H A Dmsgformat_data.h41 int msgformat_fix_quotes(UChar **spattern, uint32_t *spattern_len, UErrorCode *ec);
/PHP-5.4/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.4/ext/intl/collator/
H A Dcollator_sort.c363 uint32_t sortKeyBufSize = DEF_SORT_KEYS_BUF_SIZE; /* buffer size */ in PHP_FUNCTION()
366 uint32_t bufLeft = 0; in PHP_FUNCTION()
367 uint32_t bufIncrement = 0; in PHP_FUNCTION()
370 uint32_t sortKeyIndxBufSize = DEF_SORT_KEYS_INDX_BUF_SIZE; in PHP_FUNCTION()
371 uint32_t sortKeyIndxSize = sizeof( collator_sort_key_index_t ); in PHP_FUNCTION()
373 uint32_t sortKeyCount = 0; in PHP_FUNCTION()
374 uint32_t j = 0; in PHP_FUNCTION()
/PHP-5.4/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()
205 const char *domain, int domain_len, uint32_t option, int mode) in php_intl_idn_to()
316 domain, domain_len, (uint32_t)option, mode); in php_intl_idn_handoff()
321 (uint32_t)option, mode, idna_info); in php_intl_idn_handoff()
/PHP-5.4/ext/zip/lib/
H A Dzipconf.h40 typedef uint32_t zip_uint32_t;
/PHP-5.4/sapi/cli/
H A Dphp_http_parser.h122 uint32_t nread;

Completed in 73 milliseconds

12