Home
last modified time | relevance | path

Searched refs:uint32_t (Results 76 – 100 of 302) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/date/lib/
H A Dtimelib.h48 typedef unsigned int uint32_t; typedef
50 typedef unsigned long int uint32_t; typedef
67 # ifndef uint32_t
68 typedef unsigned __int32 uint32_t; typedef
118 typedef uint32_t timelib_ulong;
151 uint32_t ttisgmtcnt;
152 uint32_t ttisstdcnt;
153 uint32_t leapcnt;
154 uint32_t timecnt;
155 uint32_t typecnt;
[all …]
H A Dparse_tz.c51 static inline uint32_t timelib_conv_int_unsigned(uint32_t value) in timelib_conv_int_unsigned()
61 static inline uint32_t timelib_conv_int_unsigned(uint32_t value) in timelib_conv_int_unsigned()
89 uint32_t version; in read_php_preamble()
112 uint32_t version; in read_tzif_preamble()
158 uint32_t buffer[6]; in read_32bit_header()
174 uint32_t i; in read_64bit_transitions()
344 uint32_t buffer[3]; in read_location()
345 uint32_t comments_len; in read_location()
372 uint32_t i; in timelib_dump_tzinfo()
473 uint32_t buffer[6]; in read_64bit_header()
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h66 uint32_t thread_id;
70 uint32_t server_capabilities;
91 uint32_t client_flags;
92 uint32_t max_packet_size;
212 uint32_t field_count;
258 uint32_t response_code;
/PHP-7.4/ext/hash/
H A Dhash_sha.c62 output[i] = ((uint32_t) input[j + 3]) | (((uint32_t) input[j + 2]) << 8) | in SHADecode32()
63 (((uint32_t) input[j + 1]) << 16) | (((uint32_t) input[j]) << 24); in SHADecode32()
220 uint32_t a = state[0], b = state[1], c = state[2]; in SHA1Transform()
221 uint32_t d = state[3], e = state[4], x[16], tmp; in SHA1Transform()
339 < ((uint32_t) inputLen << 3)) in PHP_SHA1Update()
341 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_SHA1Update()
446 static const uint32_t SHA256_K[64] = {
482 uint32_t x[16], T1, T2, W[64]; in SHA256Transform()
548 if ((context->count[0] += ((uint32_t) inputLen << 3)) < ((uint32_t) inputLen << 3)) { in PHP_SHA224Update()
551 context->count[1] += ((uint32_t) inputLen >> 29); in PHP_SHA224Update()
[all …]
H A Dhash_joaat.c72 static uint32_t
73 joaat_buf(void *buf, size_t len, uint32_t hval) in joaat_buf()
H A Dphp_hash_snefru_tables.h19 static const uint32_t tables[16][256]= {
H A Dhash_gost.c208 static inline void Gost(PHP_GOST_CTX *context, uint32_t data[8]) in Gost()
211 uint32_t l, r, t, key[8], u[8], v[8], w[8], s[8], *h = context->state, *m = data; in Gost()
228 uint32_t data[8], temp = 0; in GostTransform()
231 data[i] = ((uint32_t) input[j]) | (((uint32_t) input[j + 1]) << 8) | in GostTransform()
232 (((uint32_t) input[j + 2]) << 16) | (((uint32_t) input[j + 3]) << 24); in GostTransform()
252 static const uint32_t MAX32 = 0xffffffffLU;
288 uint32_t i, j, l[8] = {0}; in PHP_GOSTFinal()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dcdf.c76 uint32_t u;
84 (CAST(uint32_t, NEED_SWAP ? _cdf_tole4(x) : CAST(uint32_t, x)))
115 static uint32_t
116 _cdf_tole4(uint32_t sv) in _cdf_tole4()
118 uint32_t rv; in _cdf_tole4()
152 static uint32_t
155 uint32_t rv; in cdf_getuint32()
171 uint32_t
172 cdf_tole4(uint32_t sv) in cdf_tole4()
1045 uint32_t l; in cdf_read_property_info()
[all …]
H A Dfile.h166 uint32_t l;
309 uint32_t lineno; /* line number in magic file */
314 uint32_t _count; /* repeat/line count */
315 uint32_t _flags; /* modifier flags */
376 uint32_t nmagic; /* number of entries in array */
412 uint32_t offset; /* a copy of m->offset while we */
414 uint32_t eoffset; /* offset from end of file */
515 convert_libmagic_pattern(zval *pattern, char *val, size_t len, uint32_t options);
519 uint32_t offset;
H A Dsoftmagic.c97 (CAST(uint32_t, (p)->hl[0])))
102 (CAST(uint32_t, (p)->hl[3])))
107 (CAST(uint32_t, (p)->hl[2])))
206 uint32_t magindex = 0; in match()
618 CAST(uint32_t, v)); in mprint()
874 o += CAST(uint32_t, in moffset()
969 private uint32_t
1083 DO_CVT(l, uint32_t); in cvt_32()
1416 private uint32_t
1532 CAST(uint32_t, offset + o), CAST(uint32_t, nbytes), m) == -1) in mget()
[all …]
H A Dapprentice.c111 uint32_t count;
112 uint32_t max;
146 private uint32_t swap4(uint32_t);
1189 private uint32_t
1225 uint32_t i; in set_last_default()
1272 uint32_t i; in magic_entry_free()
1284 uint32_t i, j; in apprentice_load()
2982 uint32_t *ptr; in apprentice_map()
3191 uint32_t i; in apprentice_compile()
3292 uint32_t i;
[all …]
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c199 const uint32_t *p; in check_char_prop()
309 uint32_t *list) in get_chr_property_list()
314 uint32_t chr; in get_chr_property_list()
317 uint32_t *clist_dest; in get_chr_property_list()
318 const uint32_t *clist_src; in get_chr_property_list()
522 uint32_t list[8]; in compare_opcodes()
523 const uint32_t *chr_ptr; in compare_opcodes()
524 const uint32_t *ochr_ptr; in compare_opcodes()
525 const uint32_t *list_ptr; in compare_opcodes()
532 uint32_t chr; in compare_opcodes()
[all …]
H A Dpcre2_script_run.c91 uint32_t require_digitset = 0; in PRIV()
92 uint32_t c; in PRIV()
256 uint32_t chspecial; in PRIV()
401 uint32_t digitset; in PRIV()
H A Dpcre2_substring.c86 uint32_t n = GET2(entry, 0); in pcre2_substring_copy_byname()
122 uint32_t stringnumber, PCRE2_UCHAR *buffer, PCRE2_SIZE *sizeptr) in pcre2_substring_copy_bynumber()
174 uint32_t n = GET2(entry, 0); in pcre2_substring_get_byname()
210 uint32_t stringnumber, PCRE2_UCHAR **stringptr, PCRE2_SIZE *sizeptr) in pcre2_substring_get_bynumber()
281 uint32_t n = GET2(entry, 0); in pcre2_substring_length_byname()
316 uint32_t stringnumber, PCRE2_SIZE *sizeptr) in pcre2_substring_length_bynumber()
339 if (count != 0 && stringnumber >= (uint32_t)count) return PCRE2_ERROR_UNSET; in pcre2_substring_length_bynumber()
H A Dpcre2_extuni.c60 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
92 PRIV(extuni)(uint32_t c, PCRE2_SPTR eptr, PCRE2_SPTR start_subject, in PRIV()
H A Dpcre2_substitute.c83 uint32_t nestlevel = 0; in find_text_end()
119 uint32_t ch; in find_text_end()
229 uint32_t ovector_count; in pcre2_substitute()
230 uint32_t goptions = 0; in pcre2_substitute()
231 uint32_t suboptions; in pcre2_substitute()
360 uint32_t ptrstackptr = 0; in pcre2_substitute()
486 uint32_t ch; in pcre2_substitute()
517 uint32_t special = 0; in pcre2_substitute()
679 uint32_t ng = GET2(entry, 0); in pcre2_substitute()
764 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
[all …]
H A Dpcre2_internal.h1829 uint32_t magic;
1830 uint32_t version;
1831 uint32_t config;
1902 extern const uint32_t PRIV(hspace_list)[];
1903 extern const uint32_t PRIV(vspace_list)[];
1913 extern const uint32_t PRIV(ucp_gbtable)[];
1914 extern const uint32_t PRIV(ucp_gentype)[];
1969 int *, uint32_t, uint32_t, BOOL, compile_block *);
1974 uint32_t *, BOOL);
1980 extern unsigned int _pcre2_ord2utf(uint32_t, PCRE2_UCHAR *);
[all …]
H A Dpcre2_match_data.c57 pcre2_match_data_create(uint32_t oveccount, pcre2_general_context *gcontext) in pcre2_match_data_create()
135 PCRE2_EXP_DEFN uint32_t PCRE2_CALL_CONVENTION
/PHP-7.4/Zend/
H A Dzend_objects_API.h47 uint32_t top;
48 uint32_t size;
54 ZEND_API void ZEND_FASTCALL zend_objects_store_init(zend_objects_store *objects, uint32_t init_size…
H A Dzend_compile.c738 uint32_t zend_add_class_modifier(uint32_t flags, uint32_t new_flag) /* {{{ */ in zend_add_class_modifier()
759 uint32_t zend_add_member_modifier(uint32_t flags, uint32_t new_flag) /* {{{ */ in zend_add_member_modifier()
1148 uint32_t first_early_binding_opline = (uint32_t)-1; in zend_build_delayed_early_binding_list()
2603 uint32_t i; in zend_propagate_list_refs()
2625 uint32_t i; in zend_compile_list_assign()
2981 uint32_t i; in zend_compile_args()
3217 uint32_t i; in zend_args_contain_unpack()
3468 uint32_t i; in zend_compile_func_cuf()
4574 uint32_t i; in zend_compile_expr_list()
4722 uint32_t i; in zend_compile_if()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_persist_calc.c64 …if (!(HT_FLAGS(ht) & HASH_FLAG_PACKED) && ht->nNumUsed > HT_MIN_SIZE && ht->nNumUsed < (uint32_t)(… in zend_hash_persist_calc()
66 uint32_t hash_size; in zend_hash_persist_calc()
68 hash_size = (uint32_t)(-(int32_t)ht->nTableMask); in zend_hash_persist_calc()
72 ADD_SIZE(hash_size * sizeof(uint32_t) + ht->nNumUsed * sizeof(Bucket)); in zend_hash_persist_calc()
80 uint32_t i; in zend_persist_ast_calc()
94 uint32_t children = zend_ast_get_num_children(ast); in zend_persist_ast_calc()
106 uint32_t size; in zend_persist_zval_calc()
209 uint32_t num_args = op_array->num_args; in zend_persist_op_array_calc_ex()
210 uint32_t i; in zend_persist_op_array_calc_ex()
424 uint32_t i; in zend_persist_class_entry_calc()
[all …]
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c81 static void zend_dump_class_fetch_type(uint32_t fetch_type) in zend_dump_class_fetch_type()
118 if (op.num != (uint32_t)-1) { in zend_dump_unused_op()
170 static void zend_dump_type_info(uint32_t info, zend_class_entry *ce, int is_instanceof, uint32_t du… in zend_dump_type_info()
415 uint32_t flags = zend_get_opcode_flags(opline->opcode); in zend_dump_op()
416 uint32_t n = 0; in zend_dump_op()
585 uint32_t obj_flags = opline->extended_value & ZEND_FETCH_OBJ_FLAGS; in zend_dump_op()
620 uint32_t op1_flags = ZEND_VM_OP1_FLAGS(flags); in zend_dump_op()
677 uint32_t op2_flags = ZEND_VM_OP2_FLAGS(flags); in zend_dump_op()
877 uint32_t func_flags = 0; in zend_dump_op_array()
960 uint32_t j; in zend_dump_op_array()
[all …]
/PHP-7.4/ext/session/
H A Dmod_mm.c45 uint32_t hv; /* hash value of key */
56 uint32_t hash_max;
57 uint32_t hash_cnt;
69 static inline uint32_t ps_sd_hash(const char *data, int len) in ps_sd_hash()
71 uint32_t h; in ps_sd_hash()
84 uint32_t nmax; in hash_split()
113 uint32_t hv, slot; in ps_sd_new()
154 uint32_t slot; in ps_sd_destroy()
179 uint32_t hv, slot; in ps_sd_lookup()
/PHP-7.4/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()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c49 uint32_t preg_options;
50 uint32_t capture_count;
51 uint32_t name_count;
52 uint32_t compile_options;
53 uint32_t extra_compile_options;
54 uint32_t refcount;
365 uint32_t flag = 0; in PHP_MINFO_FUNCTION()
515 uint32_t i; in free_subpats_table()
582 uint32_t coptions = 0; in pcre_get_compiled_regex_cache_ex()
594 uint32_t poptions = 0; in pcre_get_compiled_regex_cache_ex()
[all …]

Completed in 138 milliseconds

12345678910>>...13