/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 25 zend_ulong idx; 36 zend_ulong count; 37 zend_ulong depth; 44 zend_ulong cur; 45 zend_ulong end; 48 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth); 50 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx); 51 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx); 52 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe… 54 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx); [all …]
|
H A D | phpdbg_bp.h | 43 zend_ulong hits; \ 57 zend_ulong line; 85 zend_ulong opline_num; 86 zend_ulong opline; 94 zend_ulong opline; 103 zend_ulong hash; 114 zend_ulong hash; 147 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num); 149 PHPDBG_API void phpdbg_enable_breakpoint(zend_ulong id); 150 PHPDBG_API void phpdbg_disable_breakpoint(zend_ulong id); [all …]
|
H A D | phpdbg_btree.c | 33 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init() 40 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find() 67 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest() 122 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe… in phpdbg_btree_find_between() 144 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update() 179 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete() 227 void phpdbg_btree_clean_recursive(phpdbg_btree_branch *branch, zend_ulong depth, bool persistent) { in phpdbg_btree_clean_recursive() 247 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth) { in phpdbg_btree_branch_dump()
|
H A D | phpdbg_watch.c | 266 zend_hash_index_add_empty_element(PHPDBG_G(watchlist_mem), (zend_ulong) page); 279 phpdbg_btree_delete(&PHPDBG_G(watchpoint_tree), (zend_ulong) watch->addr.ptr); 332 zend_hash_index_del(&coll->parents, (zend_ulong) watch); 348 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref); 588 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht, hti); 616 phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht); 1061 zend_ulong page; 1080 zend_ulong page; 1130 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ptr))) { 1140 zend_ulong num = zend_hash_num_elements(&hti->watches); [all …]
|
/PHP-8.1/ext/standard/ |
H A D | php_rand.h | 64 #define GENERATE_SEED() (((zend_long) ((zend_ulong) time(NULL) * (zend_ulong) GetCurrentProcessId()… 66 #define GENERATE_SEED() (((zend_long) ((zend_ulong) time(NULL) * (zend_ulong) getpid())) ^ ((zend_l…
|
H A D | random.c | 244 zend_ulong umax; in php_random_int() 245 zend_ulong trial; in php_random_int() 252 umax = (zend_ulong) max - (zend_ulong) min; in php_random_int() 270 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int()
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_charset.h | 22 PHPAPI zend_ulong mysqlnd_cset_escape_quotes(const MYSQLND_CHARSET * const charset, char * newstr, 25 PHPAPI zend_ulong mysqlnd_cset_escape_slashes(const MYSQLND_CHARSET * const cset, char * newstr, 35 …zend_ulong (*const escape_quotes)(const MYSQLND_CHARSET * const cset, char * newstr, const char… 36 …zend_ulong (*const escape_slashes)(const MYSQLND_CHARSET * const cset, char * newstr, const char…
|
H A D | mysqlnd_auth.h | 28 const zend_ulong mysql_flags, 79 const zend_ulong mysql_flags 94 const zend_ulong mysql_flags,
|
H A D | mysqlnd_wireprotocol.h | 24 #define MYSQLND_NULL_LENGTH (zend_ulong) ~0 178 zend_ulong field_count; 241 zend_ulong stmt_id; 300 zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet);
|
/PHP-8.1/ext/opcache/ |
H A D | ZendAccelerator.h | 134 zend_ulong hits; 162 zend_ulong revalidate_freq; 163 zend_ulong file_update_protection; 217 zend_ulong root_hash; 241 zend_ulong hits; 242 zend_ulong misses; 243 zend_ulong blacklist_misses; 244 zend_ulong oom_restarts; /* number of restarts because of out of memory */ 245 zend_ulong hash_restarts; /* number of restarts because of hash overflow */ 246 zend_ulong manual_restarts; /* number of restarts scheduled by opcache_reset() */
|
H A D | zend_accelerator_hash.c | 76 zend_ulong hash_value; in zend_accel_hash_update() 77 zend_ulong index; in zend_accel_hash_update() 143 zend_ulong index; in zend_accel_hash_find_ex() 145 zend_ulong hash_value; in zend_accel_hash_find_ex() 194 zend_ulong hash_value; in zend_accel_hash_unlink() 195 zend_ulong index; in zend_accel_hash_unlink()
|
H A D | zend_shared_alloc.c | 369 zend_ulong key = (zend_ulong)source; in zend_shared_memdup_size() 383 zend_ulong key; in _zend_shared_memdup() 386 key = (zend_ulong)source; in _zend_shared_memdup() 398 key = (zend_ulong)source; in _zend_shared_memdup() 537 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_register_xlat_entry() 546 zend_ulong key = (zend_ulong)old; in zend_shared_alloc_get_xlat_entry()
|
/PHP-8.1/Zend/ |
H A D | zend_weakrefs.c | 59 void *ptr, uintptr_t tag, zend_ulong obj_addr) in zend_weakref_unref_single() 89 zend_ulong obj_addr = (zend_ulong) object; in zend_weakref_register() 113 zend_ulong obj_addr = (zend_ulong) object; in zend_weakref_unregister() 133 zend_hash_index_del(ht, (zend_ulong) payload); in zend_weakref_unregister() 155 zval *zv = zend_hash_index_find(ht, (zend_ulong) key); in zend_weakrefs_hash_del() 170 zend_ulong obj_addr = (zend_ulong) object; in zend_weakrefs_notify() 182 zend_ulong obj_addr; in zend_weakrefs_shutdown() 297 zend_ulong obj_addr; in zend_weakmap_free_obj() 426 zend_ulong obj_addr; in zend_weakmap_get_properties_for() 463 zend_ulong obj_addr; in zend_weakmap_clone_obj() [all …]
|
H A D | zend_bitset.h | 22 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) 79 static zend_always_inline int zend_ulong_nlz(zend_ulong num) 100 zend_ulong x; 248 zend_ulong x = set[i]; 263 zend_ulong _x = _set[_i]; \ 272 zend_ulong _test = Z_UL(1) << (ZEND_BITSET_ELM_SIZE * 8 - 1); \ [all …]
|
H A D | zend_string.c | 51 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str) in zend_string_hash_func() 56 ZEND_API zend_ulong ZEND_FASTCALL zend_hash_func(const char *str, size_t len) in zend_hash_func() 151 zend_ulong h = ZSTR_H(str); in zend_interned_string_ht_lookup() 208 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_permanent() 249 zend_ulong h = ZSTR_H(str); in zend_new_interned_string_request() 263 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_permanent() 278 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_existing_interned_permanent() 293 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_interned_request() 322 zend_ulong h = zend_inline_hash_func(str, size); in zend_string_init_existing_interned_request() 403 zend_ulong ret; in zend_string_equal_val() [all …]
|
H A D | zend_hash.h | 92 zend_ulong h; 448 zend_ulong idx; in zend_symtable_add_new() 459 zend_ulong idx; in zend_symtable_update() 471 zend_ulong idx; in zend_symtable_update_ind() 483 zend_ulong idx; in zend_symtable_del() 495 zend_ulong idx; in zend_symtable_del_ind() 507 zend_ulong idx; in zend_symtable_find() 519 zend_ulong idx; in zend_symtable_find_ind() 531 zend_ulong idx; in zend_symtable_exists() 543 zend_ulong idx; in zend_symtable_exists_ind() [all …]
|
/PHP-8.1/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 134 zend_ulong datalen; 149 zend_ulong convbufsize; 176 extern zend_ulong pdo_odbc_pool_on; 177 extern zend_ulong pdo_odbc_pool_mode;
|
H A D | pdo_odbc.c | 57 zend_ulong pdo_odbc_pool_on = SQL_CP_OFF; 58 zend_ulong pdo_odbc_pool_mode = SQL_CP_ONE_PER_HENV;
|
/PHP-8.1/ext/com_dotnet/ |
H A D | com_iterator.c | 31 zend_ulong key; 74 if (I->key == (zend_ulong)-1) { in com_iter_get_key() 101 I->key = (zend_ulong)-1; in com_iter_move_forwards() 107 I->key = (zend_ulong)-1; in com_iter_move_forwards() 112 I->key = (zend_ulong)-1; in com_iter_move_forwards() 197 I->key = (zend_ulong)-1; in php_com_iter_get() 232 I->key = (zend_ulong)-1; in php_com_iter_get()
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli_prop.c | 242 …k_errno_read, mysql_errno, MYSQLI_GET_MYSQL(MYSQLI_STATUS_INITIALIZED), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument 244 …d_count_read, mysql_field_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 248 …sion_read, mysql_get_proto_info, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 252 …thread_id_read, mysql_thread_id, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 253 …count_read, mysql_warning_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 289 zend_ulong i; in result_lengths_read() 302 …t_field_read, mysql_field_tell, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument 303 …d_count_read, mysql_num_fields, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 398 …unt_read, mysql_stmt_param_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) 399 …unt_read, mysql_stmt_field_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) [all …]
|
/PHP-8.1/ext/pgsql/ |
H A D | php_pgsql.h | 78 …(PGconn *pg_link, const zend_string *table_name, const zval *values, zval *result, zend_ulong opt); 79 …_pgsql_insert(PGconn *pg_link, const zend_string *table, zval *values, zend_ulong opt, zend_string… 80 …te(PGconn *pg_link, const zend_string *table, zval *values, zval *ids, zend_ulong opt , zend_strin… 81 …php_pgsql_delete(PGconn *pg_link, const zend_string *table, zval *ids, zend_ulong opt, zend_string… 82 …PGconn *pg_link, const zend_string *table, zval *ids, zval *ret_array, zend_ulong opt, long fetch_…
|
/PHP-8.1/ext/intl/collator/ |
H A D | collator_is_numeric.c | 116 zend_ulong acc; in collator_u_strtol() 118 zend_ulong cutoff; in collator_u_strtol() 169 cutoff = neg ? -(zend_ulong)ZEND_LONG_MIN : ZEND_LONG_MAX; in collator_u_strtol() 170 cutlim = cutoff % (zend_ulong)base; in collator_u_strtol() 171 cutoff /= (zend_ulong)base; in collator_u_strtol()
|
/PHP-8.1/Zend/Optimizer/ |
H A D | zend_worklist.h | 75 …(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 D | dce.c | 542 ctx.instr_worklist = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array() 543 memset(ctx.instr_worklist, 0, sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array() 545 ctx.phi_worklist = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array() 546 memset(ctx.phi_worklist, 0, sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array() 547 ctx.phi_worklist_no_val = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array() 548 memset(ctx.phi_worklist_no_val, 0, sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array() 551 ctx.instr_dead = alloca(sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array() 552 memset(ctx.instr_dead, 0, sizeof(zend_ulong) * ctx.instr_worklist_len); in dce_optimize_op_array() 553 ctx.phi_dead = alloca(sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array() 554 memset(ctx.phi_dead, 0xff, sizeof(zend_ulong) * ctx.phi_worklist_len); in dce_optimize_op_array()
|
/PHP-8.1/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 109 zend_ulong max_buffer_size; 133 zend_ulong *in_length; 136 zend_ulong *out_length;
|