Home
last modified time | relevance | path

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

123456

/PHP-7.0/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-7.0/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.h70 uint32_t thread_id;
75 uint32_t server_capabilities;
96 uint32_t client_flags;
97 uint32_t max_packet_size;
220 uint32_t field_count;
272 uint32_t response_code;
/PHP-7.0/Zend/
H A Dzend_bitset.h41 static inline uint32_t zend_bitset_len(uint32_t n) in zend_bitset_len()
54 static inline void zend_bitset_incl(zend_bitset set, uint32_t n) in zend_bitset_incl()
59 static inline void zend_bitset_excl(zend_bitset set, uint32_t n) in zend_bitset_excl()
71 uint32_t i; in zend_bitset_empty()
97 uint32_t i; in zend_bitset_intersection()
106 uint32_t i; in zend_bitset_union()
115 uint32_t i; in zend_bitset_difference()
124 uint32_t i; in zend_bitset_union_with_intersection()
133 uint32_t i; in zend_bitset_union_with_difference()
142 uint32_t i; in zend_bitset_first()
[all …]
H A Dzend_compile.h75 uint32_t var;
76 uint32_t num;
101 uint32_t lineno;
161 uint32_t lineno;
182 uint32_t try_op;
284 uint32_t flags;
337 uint32_t fn_flags;
350 uint32_t last;
354 uint32_t T;
699 uint32_t zend_add_class_modifier(uint32_t flags, uint32_t new_flag);
[all …]
H A Dzend_gc.h67 uint32_t refcount;
76 uint32_t used;
95 uint32_t gc_runs;
96 uint32_t collected;
99 uint32_t root_buf_length;
100 uint32_t root_buf_peak;
101 uint32_t zval_possible_root;
102 uint32_t zval_buffered;
103 uint32_t zval_remove_from_buffer;
104 uint32_t zval_marked_grey;
H A Dzend_ast.h157 uint32_t lineno; /* Line number */
165 uint32_t lineno;
166 uint32_t children;
181 uint32_t start_lineno;
182 uint32_t end_lineno;
183 uint32_t flags;
200 zend_ast_kind kind, uint32_t flags, uint32_t start_lineno, zend_string *doc_comment,
204 ZEND_API zend_ast *zend_ast_create_list(uint32_t init_children, zend_ast_kind kind, ...);
235 static zend_always_inline uint32_t zend_ast_get_num_children(zend_ast *ast) { in zend_ast_get_num_children()
239 static zend_always_inline uint32_t zend_ast_get_lineno(zend_ast *ast) { in zend_ast_get_lineno()
[all …]
H A Dzend_strtod_int.h61 typedef unsigned int uint32_t; typedef
63 typedef unsigned long int uint32_t; typedef
122 #ifndef uint32_t
123 #define uint32_t unsigned __int32 macro
H A Dzend_execute.h53 ZEND_API void ZEND_FASTCALL zend_check_internal_arg_type(zend_function *zf, uint32_t arg_num, zval …
174 …e_data *zend_vm_stack_push_call_frame_ex(uint32_t used_stack, uint32_t call_info, zend_function *f… in zend_vm_stack_push_call_frame_ex()
197 static zend_always_inline uint32_t zend_vm_calc_used_stack(uint32_t num_args, zend_function *func) in zend_vm_calc_used_stack()
199 uint32_t used_stack = ZEND_CALL_FRAME_SLOT + num_args; in zend_vm_calc_used_stack()
207 …ne zend_execute_data *zend_vm_stack_push_call_frame(uint32_t call_info, zend_function *func, uint3… in zend_vm_stack_push_call_frame()
209 uint32_t used_stack = zend_vm_calc_used_stack(num_args, func); in zend_vm_stack_push_call_frame()
215 static zend_always_inline void zend_vm_stack_free_extra_args_ex(uint32_t call_info, zend_execute_da… in zend_vm_stack_free_extra_args_ex()
242 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_vm_stack_free_args()
261 static zend_always_inline void zend_vm_stack_free_call_frame_ex(uint32_t call_info, zend_execute_da… in zend_vm_stack_free_call_frame_ex()
305 ZEND_API zval* zend_get_compiled_variable_value(const zend_execute_data *execute_data_ptr, uint32_t
[all …]
H A Dzend_types.h116 uint32_t w1;
117 uint32_t w2;
131 uint32_t type_info;
134 uint32_t var_flags;
153 uint32_t type_info;
186 uint32_t flags;
188 uint32_t nTableMask;
190 uint32_t nNumUsed;
244 (((size_t)(uint32_t)-(int32_t)(nTableMask)) * sizeof(uint32_t))
277 uint32_t handle;
[all …]
H A Dzend_hash.c306 uint32_t num; in zend_array_count()
334 uint32_t idx; in zend_hash_iterator_add()
486 uint32_t idx; in zend_hash_find_bucket()
511 uint32_t idx; in zend_hash_str_find_bucket()
534 uint32_t idx; in zend_hash_index_find_bucket()
555 uint32_t idx; in _zend_hash_add_or_update_i()
722 uint32_t idx; in _zend_hash_index_add_or_update_i()
1063 uint32_t idx; in zend_hash_del()
1094 uint32_t idx; in zend_hash_del_ind()
1143 uint32_t idx; in zend_hash_str_del_ind()
[all …]
H A Dzend_objects_API.h45 uint32_t top;
46 uint32_t size;
52 ZEND_API void zend_objects_store_init(zend_objects_store *objects, uint32_t init_size);
H A Dzend_execute.c1141 uint32_t prop_offset = (uint32_t)(intptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_assign_to_object()
1956 uint32_t prop_offset = (uint32_t)(intptr_t)CACHED_PTR_EX(cache_slot + 1); in zend_fetch_property_address()
2120 uint32_t first_extra_arg, num_args; in i_init_func_execute_data()
2133 uint32_t type_flags = 0; in i_init_func_execute_data()
2240 uint32_t first_extra_arg, num_args; in i_init_execute_data()
2248 uint32_t type_flags = 0; in i_init_execute_data()
2325 uint32_t num_args = ZEND_CALL_NUM_ARGS(call); in zend_create_generator_execute_data()
2327 uint32_t call_info; in zend_create_generator_execute_data()
2385 …data *zend_vm_stack_copy_call_frame(zend_execute_data *call, uint32_t passed_args, uint32_t additi… in zend_vm_stack_copy_call_frame()
2571 static void cleanup_live_vars(zend_execute_data *execute_data, uint32_t op_num, uint32_t catch_op_n… in cleanup_live_vars()
[all …]
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_hash.h50 uint32_t key_length;
59 uint32_t num_entries;
60 uint32_t max_num_entries;
61 uint32_t num_direct_entries;
64 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size);
70 uint32_t key_length,
85 uint32_t key_length);
90 uint32_t key_length);
95 uint32_t key_length);
H A Dzend_accelerator_hash.c39 void zend_accel_hash_init(zend_accel_hash *accel_hash, uint32_t hash_size) in zend_accel_hash_init()
74 zend_accel_hash_entry* zend_accel_hash_update(zend_accel_hash *accel_hash, char *key, uint32_t key_… in zend_accel_hash_update()
143 …e void* zend_accel_hash_find_ex(zend_accel_hash *accel_hash, char *key, uint32_t key_length, zend_… in zend_accel_hash_find_ex()
206 void* zend_accel_hash_str_find(zend_accel_hash *accel_hash, char *key, uint32_t key_length) in zend_accel_hash_str_find()
219 …_entry* zend_accel_hash_str_find_entry(zend_accel_hash *accel_hash, char *key, uint32_t key_length) in zend_accel_hash_str_find_entry()
229 int zend_accel_hash_unlink(zend_accel_hash *accel_hash, char *key, uint32_t key_length) in zend_accel_hash_unlink()
/PHP-7.0/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_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 …]
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()
357 uint32_t obit, saltbit, saltbits; in setup_salt()
383 (uint32_t)(u_char)key[3] | in des_setkey()
388 (uint32_t)(u_char)key[7] | in des_setkey()
431 uint32_t t0, t1; in des_setkey()
462 do_des(uint32_t l_in, uint32_t r_in, uint32_t *l_out, uint32_t *r_out, in do_des()
589 (uint32_t)(u_char)in[3] | in des_cipher()
[all …]
/PHP-7.0/ext/fileinfo/libmagic/
H A Dcdf.h110 uint32_t d_flags;
114 uint32_t d_size;
137 uint32_t cl_dword;
149 uint32_t si_count;
160 uint32_t sh_len;
165 uint32_t pi_id;
166 uint32_t pi_type;
170 uint32_t _pi_u32;
178 uint32_t s_len;
275 uint32_t ce_num;
[all …]
/PHP-7.0/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 …]
/PHP-7.0/ext/opcache/Optimizer/
H A Dnop_removal.c37 uint32_t new_count, i, shift; in zend_optimizer_nop_removal()
39 uint32_t *shiftlist; in zend_optimizer_nop_removal()
42 shiftlist = (uint32_t *)DO_ALLOCA(sizeof(uint32_t) * op_array->last); in zend_optimizer_nop_removal()
129 if (op_array->early_binding != (uint32_t)-1) { in zend_optimizer_nop_removal()
130 uint32_t *opline_num = &op_array->early_binding; in zend_optimizer_nop_removal()
135 } while (*opline_num != (uint32_t)-1); in zend_optimizer_nop_removal()
/PHP-7.0/win32/
H A Dselect.c70 FD_SET((uint32_t)i, &sock_read); in php_select()
73 FD_SET((uint32_t)i, &sock_write); in php_select()
76 FD_SET((uint32_t)i, &sock_except); in php_select()
139 FD_SET((uint32_t)handle_slot_to_fd[i], &aread); in php_select()
142 FD_SET((uint32_t)handle_slot_to_fd[i], &awrite); in php_select()
145 FD_SET((uint32_t)handle_slot_to_fd[i], &aexcept); in php_select()
H A Dphp_stdint.h93 #ifndef uint32_t
94 typedef unsigned __int32 uint32_t; typedef
105 typedef uint32_t uint_least32_t;
115 typedef uint32_t uint_fast32_t;
116 typedef uint32_t u_int32_t;
/PHP-7.0/main/
H A Dphp_stdint.h150 typedef uint32 uint32_t
152 typedef u_int32_t uint32_t;
154 typedef unsigned int uint32_t;
156 typedef unsigned long uint32_t;

Completed in 96 milliseconds

123456