/PHP-7.1/sapi/phpdbg/ |
H A D | phpdbg_btree.h | 27 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 D | phpdbg_bp.h | 45 zend_ulong hits; \ 87 zend_ulong opline_num; 88 zend_ulong opline; 96 zend_ulong opline; 105 zend_ulong hash; 116 zend_ulong hash; 146 PHPDBG_API void phpdbg_print_breakpoints(zend_ulong type); 150 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num); 152 PHPDBG_API void phpdbg_enable_breakpoint(zend_ulong id); 153 PHPDBG_API void phpdbg_disable_breakpoint(zend_ulong id); [all …]
|
H A D | phpdbg_btree.c | 35 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 D | phpdbg_watch.c | 277 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); 342 zend_hash_index_del(&coll->parents, (zend_ulong) watch); 358 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) watch->ref); 598 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht, hti); 626 phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) hti->ht); 1069 zend_ulong page; 1088 zend_ulong page; 1138 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ptr))) { 1148 zend_ulong num = zend_hash_num_elements(&hti->watches); [all …]
|
H A D | phpdbg_bp.c | 122 zend_ulong id = 0L; in phpdbg_export_breakpoints_to_string() 776 zend_ulong hash = zend_hash_func(name, name_len); in phpdbg_set_breakpoint_opcode() 803 new_break.opline = (zend_ulong) opline; in phpdbg_set_breakpoint_opline_ex() 868 zend_ulong expr_hash = zend_inline_hash_func(expr, expr_len); in phpdbg_set_breakpoint_expression() 883 zend_ulong hash = 0L; in phpdbg_set_breakpoint_at() 1154 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num) /* {{{ */ in phpdbg_delete_breakpoint() 1159 zend_ulong numkey; in phpdbg_delete_breakpoint() 1359 PHPDBG_API void phpdbg_enable_breakpoint(zend_ulong id) /* {{{ */ in phpdbg_enable_breakpoint() 1368 PHPDBG_API void phpdbg_disable_breakpoint(zend_ulong id) /* {{{ */ in phpdbg_disable_breakpoint() 1390 zend_ulong numkey; in phpdbg_find_breakbase() [all …]
|
/PHP-7.1/ext/mysqlnd/ |
H A D | mysqlnd_charset.h | 24 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, 37 …zend_ulong (*const escape_quotes)(const MYSQLND_CHARSET * const cset, char * newstr, const char… 38 …zend_ulong (*const escape_slashes)(const MYSQLND_CHARSET * const cset, char * newstr, const char…
|
H A D | mysqlnd_auth.h | 30 zend_ulong mysql_flags, 50 zend_ulong mysql_flags, 95 zend_ulong mysql_flags 110 zend_ulong mysql_flags,
|
H A D | mysqlnd_wireprotocol.h | 26 #define MYSQLND_NULL_LENGTH (zend_ulong) ~0 190 zend_ulong field_count; 256 zend_ulong stmt_id; 296 zend_ulong php_mysqlnd_net_field_length(const zend_uchar **packet);
|
/PHP-7.1/ext/opcache/ |
H A D | ZendAccelerator.h | 160 zend_ulong hits; 189 zend_ulong revalidate_freq; 190 zend_ulong file_update_protection; 243 zend_ulong root_hash; 259 zend_ulong hits; 260 zend_ulong misses; 261 zend_ulong blacklist_misses; 262 zend_ulong oom_restarts; /* number of restarts because of out of memory */ 263 zend_ulong hash_restarts; /* number of restarts because of hash overflow */ 264 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 …h_find_ex(zend_accel_hash *accel_hash, 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()
|
/PHP-7.1/Zend/ |
H A D | zend_bitset.h | 24 typedef zend_ulong *zend_bitset; 26 #define ZEND_BITSET_ELM_SIZE sizeof(zend_ulong) 30 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x1f)) 33 # define ZEND_BITSET_BIT_NUM(n) ((zend_ulong)(n) & Z_UL(0x3f)) 43 static zend_always_inline int zend_ulong_ntz(zend_ulong num) 210 zend_ulong x = set[i]; 225 zend_ulong _x = _set[_i]; \ 234 zend_ulong _test = Z_UL(1) << (ZEND_BITSET_ELM_SIZE * 8 - 1); \ 236 zend_ulong _x = _set[_i]; \
|
H A D | zend_hash.h | 55 zend_ulong h; 342 zend_ulong idx; in zend_symtable_add_new() 357 zend_ulong idx; in zend_symtable_update() 369 zend_ulong idx; in zend_symtable_update_ind() 381 zend_ulong idx; in zend_symtable_del() 393 zend_ulong idx; in zend_symtable_del_ind() 405 zend_ulong idx; in zend_symtable_find() 417 zend_ulong idx; in zend_symtable_find_ind() 429 zend_ulong idx; in zend_symtable_exists() 441 zend_ulong idx; in zend_symtable_exists_ind() [all …]
|
H A D | zend_ts_hash.h | 58 ZEND_API zval *_zend_ts_hash_index_add_or_update(TsHashTable *ht, zend_ulong h, zval *pData, int fl… 76 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h); 80 ZEND_API zval *zend_ts_hash_index_find(TsHashTable *ht, zend_ulong); 84 ZEND_API int zend_ts_hash_index_exists(TsHashTable *ht, zend_ulong h);
|
/PHP-7.1/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 138 zend_ulong datalen; 153 zend_ulong convbufsize; 179 extern zend_ulong pdo_odbc_pool_on; 180 extern zend_ulong pdo_odbc_pool_mode;
|
H A D | odbc_stmt.c | 61 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_utf82ucs2() 96 zend_ulong buflen, zend_ulong *outlen) in pdo_odbc_ucs22utf8() 193 zend_ulong ulen; in odbc_stmt_execute() 461 zend_ulong ulen; in odbc_stmt_param_hook() 486 zend_ulong ulen; in odbc_stmt_param_hook() 488 zend_ulong srclen = 0; in odbc_stmt_param_hook() 648 static int odbc_stmt_get_col(pdo_stmt_t *stmt, int colno, char **ptr, zend_ulong *len, int *caller_… in odbc_stmt_get_col() 652 zend_ulong ulen; in odbc_stmt_get_col() 656 zend_ulong used = 0; in odbc_stmt_get_col()
|
H A D | pdo_odbc.c | 67 zend_ulong pdo_odbc_pool_on = SQL_CP_OFF; 68 zend_ulong pdo_odbc_pool_mode = SQL_CP_ONE_PER_HENV;
|
/PHP-7.1/ext/mysqli/ |
H A D | mysqli_prop.c | 222 …k_errno_read, mysql_errno, MYSQLI_GET_MYSQL(MYSQLI_STATUS_INITIALIZED), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument 224 …d_count_read, mysql_field_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 232 …thread_id_read, mysql_thread_id, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 233 …count_read, mysql_warning_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 293 const zend_ulong *ret; in result_lengths_read() 303 zend_ulong i; in result_lengths_read() 315 …t_field_read, mysql_field_tell, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument 316 …d_count_read, mysql_num_fields, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() 412 …unt_read, mysql_stmt_param_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) 413 …unt_read, mysql_stmt_field_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) [all …]
|
H A D | php_mysqli_structs.h | 102 zend_ulong buflen; 103 zend_ulong output_len; 104 zend_ulong type; 324 zend_ulong default_port; 336 zend_ulong multi_query; 337 zend_ulong embedded;
|
/PHP-7.1/ext/intl/collator/ |
H A D | collator_is_numeric.c | 123 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.1/ext/opcache/Optimizer/ |
H A D | zend_worklist.h | 80 …(w)->stack.buf = (int*)do_alloca(ZEND_MM_ALIGNED_SIZE(sizeof(int) * _len) + sizeof(zend_ulong) * z… 84 memset((w)->visited, 0, sizeof(zend_ulong) * zend_bitset_len(_len)); \ 93 …worklist->visited = (zend_bitset)zend_arena_calloc(arena, sizeof(zend_ulong), zend_bitset_len(len)… in zend_worklist_prepare()
|
/PHP-7.1/ext/pgsql/ |
H A D | php_pgsql.h | 216 …convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt); 217 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt… 218 …ql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zend_ulong opt , zend_strin… 219 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z… 220 …select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, zend_ulong opt, long fetch_…
|
/PHP-7.1/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 113 zend_ulong max_buffer_size; 143 zend_ulong *in_length; 147 zend_ulong *out_length;
|
/PHP-7.1/ext/standard/ |
H A D | formatted_print.c | 135 register zend_ulong magn, nmagn; in php_sprintf_appendint() 142 magn = ((zend_ulong) -(number + 1)) + 1; in php_sprintf_appendint() 144 magn = (zend_ulong) number; in php_sprintf_appendint() 175 zend_ulong number, in php_sprintf_appenduint() 179 register zend_ulong magn, nmagn; in php_sprintf_appenduint() 184 magn = (zend_ulong) number; in php_sprintf_appenduint() 315 register zend_ulong num; in php_sprintf_append2n() 316 register zend_ulong i = NUM_BUF_SIZE - 1; in php_sprintf_append2n() 324 num = (zend_ulong) number; in php_sprintf_append2n()
|
H A D | random.c | 217 zend_ulong umax; in php_random_int() 218 zend_ulong trial; in php_random_int() 243 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int()
|
/PHP-7.1/ext/intl/msgformat/ |
H A D | msgformat_data.h | 33 zend_ulong orig_format_len;
|