Home
last modified time | relevance | path

Searched refs:zend_ulong (Results 1 – 25 of 166) sorted by relevance

1234567

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_btree.h27 zend_ulong idx;
38 zend_ulong count;
39 zend_ulong depth;
46 zend_ulong cur;
47 zend_ulong end;
50 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth);
52 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx);
53 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx);
54 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe…
56 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx);
[all …]
H A Dphpdbg_bp.h45 zend_ulong hits; \
87 zend_ulong opline_num;
88 zend_ulong opline;
96 zend_ulong opline;
105 zend_ulong hash;
116 zend_ulong hash;
145 PHPDBG_API void phpdbg_print_breakpoints(zend_ulong type);
149 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num);
151 PHPDBG_API void phpdbg_enable_breakpoint(zend_ulong id);
152 PHPDBG_API void phpdbg_disable_breakpoint(zend_ulong id);
[all …]
H A Dphpdbg_btree.c35 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init()
42 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find()
69 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest()
124 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe… in phpdbg_btree_find_between()
146 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update()
181 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete()
229 void phpdbg_btree_clean_recursive(phpdbg_btree_branch *branch, zend_ulong depth, zend_bool persiste… in phpdbg_btree_clean_recursive()
249 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth) { in phpdbg_btree_branch_dump()
H A Dphpdbg_watch.c277 zend_hash_index_add_empty_element(PHPDBG_G(watchlist_mem), (zend_ulong) page);
290 phpdbg_btree_delete(&PHPDBG_G(watchpoint_tree), (zend_ulong) watch->addr.ptr);
343 zend_hash_index_del(&coll->parents, (zend_ulong) watch);
359 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref);
599 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht, hti);
627 phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht);
1072 zend_ulong page;
1091 zend_ulong page;
1141 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ptr))) {
1151 zend_ulong num = zend_hash_num_elements(&hti->watches);
[all …]
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_charset.h24 PHPAPI zend_ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char * newstr,
27 PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char * newstr,
37zend_ulong (*const escape_quotes)(const MYSQLND_CHARSET * const cset, char * newstr, const char…
38zend_ulong (*const escape_slashes)(const MYSQLND_CHARSET * const cset, char * newstr, const char…
H A Dmysqlnd_auth.h30 const zend_ulong mysql_flags,
81 const zend_ulong mysql_flags
96 const zend_ulong mysql_flags,
/PHP-7.4/ext/opcache/
H A DZendAccelerator.h134 zend_ulong hits;
161 zend_ulong revalidate_freq;
162 zend_ulong file_update_protection;
217 zend_ulong root_hash;
243 zend_ulong hits;
244 zend_ulong misses;
245 zend_ulong blacklist_misses;
246 zend_ulong oom_restarts; /* number of restarts because of out of memory */
247 zend_ulong hash_restarts; /* number of restarts because of hash overflow */
248 zend_ulong manual_restarts; /* number of restarts scheduled by opcache_reset() */
H A Dzend_accelerator_hash.c76 zend_ulong hash_value; in zend_accel_hash_update()
77 zend_ulong index; in zend_accel_hash_update()
143 …_ex(zend_accel_hash *accel_hash, const char *key, uint32_t key_length, zend_ulong hash_value, int … in zend_accel_hash_find_ex()
145 zend_ulong index; in zend_accel_hash_find_ex()
231 zend_ulong hash_value; in zend_accel_hash_unlink()
232 zend_ulong index; in zend_accel_hash_unlink()
H A Dzend_shared_alloc.c350 zend_ulong key = (zend_ulong)source; in zend_shared_memdup_size()
364 zend_ulong key; in _zend_shared_memdup()
367 key = (zend_ulong)source; in _zend_shared_memdup()
384 key = (zend_ulong)source; in _zend_shared_memdup()
533 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_register_xlat_entry()
542 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_get_xlat_entry()
/PHP-7.4/Zend/
H A Dzend_bitset.h22 typedef zend_ulong *zend_bitset;
24 #define ZEND_BITSET_ELM_SIZE sizeof(zend_ulong)
28 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f))
31 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f))
41 static zend_always_inline int zend_ulong_ntz(zend_ulong num)
208 zend_ulong x = set[i];
223 zend_ulong _x = _set[_i]; \
232 zend_ulong _test = Z_UL(1) << (ZEND_BITSET_ELM_SIZE * 8 - 1); \
234 zend_ulong _x = _set[_i]; \
H A Dzend_string.c47 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str) in zend_string_hash_func()
52 ZEND_API zend_ulong ZEND_FASTCALL zend_hash_func(const char *str, size_t len) in zend_hash_func()
145 zend_ulong h = ZSTR_H(str); in zend_interned_string_ht_lookup()
202 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_permanent()
243 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_request()
257 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_permanent()
273 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_request()
333 zend_ulong ret; in zend_string_equal_val()
371 zend_ulong ret; in I_WRAP_SONAME_FNNAME_ZU()
401 zend_ulong ret; in zend_string_equal_val()
[all …]
H A Dzend_hash.h91 zend_ulong h;
410 zend_ulong idx; in zend_symtable_add_new()
421 zend_ulong idx; in zend_symtable_update()
433 zend_ulong idx; in zend_symtable_update_ind()
445 zend_ulong idx; in zend_symtable_del()
457 zend_ulong idx; in zend_symtable_del_ind()
469 zend_ulong idx; in zend_symtable_find()
481 zend_ulong idx; in zend_symtable_find_ind()
493 zend_ulong idx; in zend_symtable_exists()
505 zend_ulong idx; in zend_symtable_exists_ind()
[all …]
H A Dzend_weakrefs.c48 zend_hash_index_del(&EG(weakrefs), (zend_ulong) object); in zend_weakrefs_notify()
66 zend_weakref *wr = zend_hash_index_find_ptr(&EG(weakrefs), (zend_ulong) Z_OBJ_P(referent)); in zend_weakref_find()
87 zend_hash_index_add_ptr(&EG(weakrefs), (zend_ulong) wr->referent, wr); in zend_weakref_create()
106 &EG(weakrefs), (zend_ulong) wr->referent); in zend_weakref_free()
H A Dzend_ts_hash.h51 ZEND_API zval *zend_ts_hash_index_update(TsHashTable *ht, zend_ulong h, zval *pData);
65 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h);
69 ZEND_API zval *zend_ts_hash_index_find(TsHashTable *ht, zend_ulong);
125 static zend_always_inline int zend_ts_hash_index_exists(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_exists()
/PHP-7.4/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h136 zend_ulong datalen;
151 zend_ulong convbufsize;
178 extern zend_ulong pdo_odbc_pool_on;
179 extern zend_ulong pdo_odbc_pool_mode;
/PHP-7.4/ext/com_dotnet/
H A Dcom_iterator.c33 zend_ulong key;
76 if (I->key == (zend_ulong)-1) { in com_iter_get_key()
103 I->key = (zend_ulong)-1; in com_iter_move_forwards()
109 I->key = (zend_ulong)-1; in com_iter_move_forwards()
114 I->key = (zend_ulong)-1; in com_iter_move_forwards()
196 I->key = (zend_ulong)-1; in php_com_iter_get()
231 I->key = (zend_ulong)-1; in php_com_iter_get()
/PHP-7.4/ext/mysqli/
H A Dmysqli_prop.c236 …k_errno_read, mysql_errno, MYSQLI_GET_MYSQL(MYSQLI_STATUS_INITIALIZED), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument
238 …d_count_read, mysql_field_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
246 …thread_id_read, mysql_thread_id, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
247 …count_read, mysql_warning_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
276 const zend_ulong *ret; in result_lengths_read()
286 zend_ulong i; in result_lengths_read()
299 …t_field_read, mysql_field_tell, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument
300 …d_count_read, mysql_num_fields, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
401 …unt_read, mysql_stmt_param_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT)
402 …unt_read, mysql_stmt_field_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT)
[all …]
H A Dphp_mysqli_structs.h86 zend_ulong buflen;
87 zend_ulong output_len;
88 zend_ulong type;
308 zend_ulong default_port;
320 zend_ulong multi_query;
321 zend_ulong embedded;
/PHP-7.4/ext/standard/
H A Drandom.c230 zend_ulong umax; in php_random_int()
231 zend_ulong trial; in php_random_int()
238 umax = (zend_ulong) max - (zend_ulong) min; in php_random_int()
256 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int()
/PHP-7.4/ext/intl/collator/
H A Dcollator_is_numeric.c123 register zend_ulong acc;
125 register zend_ulong cutoff;
176 cutoff = neg ? -(zend_ulong)ZEND_LONG_MIN : ZEND_LONG_MAX;
177 cutlim = cutoff % (zend_ulong)base;
178 cutoff /= (zend_ulong)base;
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_worklist.h75 …(w)->stack.buf = (int*)do_alloca(ZEND_MM_ALIGNED_SIZE(sizeof(int) * _len) + sizeof(zend_ulong) * z…
79 memset((w)->visited, 0, sizeof(zend_ulong) * zend_bitset_len(_len)); \
88 …worklist->visited = (zend_bitset)zend_arena_calloc(arena, sizeof(zend_ulong), zend_bitset_len(len)… in zend_worklist_prepare()
H A Ddce.c495 ctx.instr_worklist = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
496 memset(ctx.instr_worklist, 0, sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
498 ctx.phi_worklist = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
499 memset(ctx.phi_worklist, 0, sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
500 ctx.phi_worklist_no_val = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
501 memset(ctx.phi_worklist_no_val, 0, sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
504 ctx.instr_dead = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
505 memset(ctx.instr_dead, 0, sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array()
506 ctx.phi_dead = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
507 memset(ctx.phi_dead, 0xff, sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h114 zend_ulong max_buffer_size;
144 zend_ulong *in_length;
148 zend_ulong *out_length;
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h213 …convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt);
214 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt…
215 …ql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zend_ulong opt , zend_strin…
216 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z…
217 …select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, zend_ulong opt, long fetch_…
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_data.h33 zend_ulong orig_format_len;

Completed in 91 milliseconds

1234567