Home
last modified time | relevance | path

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

1234567

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_btree.h27 zend_ulong idx;
38 zend_ulong count;
39 zend_ulong depth;
45 zend_ulong cur;
46 zend_ulong end;
49 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 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;
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 Dphpdbg_btree.c33 void phpdbg_btree_init(phpdbg_btree *tree, zend_ulong depth) { in phpdbg_btree_init()
39 phpdbg_btree_result *phpdbg_btree_find(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find()
66 phpdbg_btree_result *phpdbg_btree_find_closest(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_find_closest()
121 …tree_position phpdbg_btree_find_between(phpdbg_btree *tree, zend_ulong lower_idx, zend_ulong highe… in phpdbg_btree_find_between()
143 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update()
178 int phpdbg_btree_delete(phpdbg_btree *tree, zend_ulong idx) { in phpdbg_btree_delete()
226 void phpdbg_btree_branch_dump(phpdbg_btree_branch *branch, zend_ulong depth) { in phpdbg_btree_branch_dump()
H A Dphpdbg_watch.c143 phpdbg_btree_insert(&PHPDBG_G(watchpoint_tree), (zend_ulong) watch->addr.ptr, watch); in phpdbg_store_watchpoint()
147 phpdbg_btree_delete(&PHPDBG_G(watchpoint_tree), (zend_ulong) watch->addr.ptr); in phpdbg_remove_watchpoint()
201 if ((cur = zend_hash_index_find_ptr(&PHPDBG_G(watch_collisions), (zend_ulong) watch->addr.ref))) { in phpdbg_add_watch_collision()
279 zend_hash_index_del(&PHPDBG_G(watch_collisions), (zend_ulong) Z_COUNTED_P(watch->addr.zv)); in phpdbg_remove_watch_collision()
315 res = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ref); in phpdbg_get_refcount_watch()
388 phpdbg_btree_insert(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container, hti); in phpdbg_create_watchpoint()
556 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) ht))) { in phpdbg_delete_watchpoint_recursive()
757 if ((result = phpdbg_btree_find(&PHPDBG_G(watchpoint_tree), (zend_ulong) zv))) { in phpdbg_watch_HashTable_dtor()
773 phpdbg_btree_delete(&PHPDBG_G(watch_HashTables), (zend_ulong) watch->parent_container); in phpdbg_watch_HashTable_dtor()
912 …s = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), (zend_ulong) dump->page, (zend_ulong) du…
[all …]
H A Dphpdbg_bp.c122 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.0/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_structs.h82 zend_ulong max_length; /* Max width for selected set */
933 zend_ulong max_packet_size;
935 zend_ulong client_flag;
936 zend_ulong server_capabilities;
1001 zend_ulong key;
1029 zend_ulong *lengths; \
1084 zend_ulong *lengths;
1136 zend_ulong stmt_id;
1137 zend_ulong flags;/* cursor is set here */
1156 zend_ulong prefetch_rows;
[all …]
H A Dmysqlnd_wireprotocol.h29 #define MYSQLND_NULL_LENGTH (zend_ulong) ~0
186 zend_ulong field_count;
259 zend_ulong stmt_id;
301 zend_ulong php_mysqlnd_net_field_length(zend_uchar **packet);
/PHP-7.0/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h138 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 Dodbc_stmt.c61 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 Dpdo_odbc.c69 zend_ulong pdo_odbc_pool_on = SQL_CP_OFF;
70 zend_ulong pdo_odbc_pool_mode = SQL_CP_ONE_PER_HENV;
/PHP-7.0/Zend/
H A Dzend_bitset.h24 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))
147 zend_ulong x = set[i]; in zend_bitset_first()
166 zend_ulong x = set[i]; in zend_bitset_last()
H A Dzend_hash.h48 zend_ulong h;
315 zend_ulong idx; in zend_symtable_add_new()
330 zend_ulong idx; in zend_symtable_update()
342 zend_ulong idx; in zend_symtable_update_ind()
354 zend_ulong idx; in zend_symtable_del()
366 zend_ulong idx; in zend_symtable_del_ind()
378 zend_ulong idx; in zend_symtable_find()
390 zend_ulong idx; in zend_symtable_find_ind()
402 zend_ulong idx; in zend_symtable_exists()
414 zend_ulong idx; in zend_symtable_exists_ind()
[all …]
H A Dzend_ts_hash.h58 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.0/ext/opcache/
H A DZendAccelerator.h180 zend_ulong hits;
209 zend_ulong revalidate_freq;
210 zend_ulong file_update_protection;
262 zend_ulong root_hash;
278 zend_ulong hits;
279 zend_ulong misses;
280 zend_ulong blacklist_misses;
281 zend_ulong oom_restarts; /* number of restarts because of out of memory */
282 zend_ulong hash_restarts; /* number of restarts because of hash overflow */
283 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 …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.0/ext/mysqli/
H A Dmysqli_prop.c224 …k_errno_read, mysql_errno, MYSQLI_GET_MYSQL(MYSQLI_STATUS_INITIALIZED), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument
226 …d_count_read, mysql_field_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
234 …thread_id_read, mysql_thread_id, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
235 …count_read, mysql_warning_count, MYSQLI_GET_MYSQL(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
292 zend_ulong *ret; in result_lengths_read()
301 zend_ulong i; in result_lengths_read()
313 …t_field_read, mysql_field_tell, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG() argument
314 …d_count_read, mysql_num_fields, MYSQLI_GET_RESULT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT) in MYSQLI_MAP_PROPERTY_FUNC_LONG()
410 …unt_read, mysql_stmt_param_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT)
411 …unt_read, mysql_stmt_field_count, MYSQLI_GET_STMT(MYSQLI_STATUS_VALID), zend_ulong, ZEND_ULONG_FMT)
[all …]
H A Dphp_mysqli_structs.h102 zend_ulong buflen;
103 zend_ulong output_len;
104 zend_ulong type;
328 zend_ulong default_port;
340 zend_ulong multi_query;
341 zend_ulong embedded;
/PHP-7.0/ext/intl/collator/
H A Dcollator_is_numeric.c134 register zend_ulong acc;
136 register zend_ulong cutoff;
187 cutoff = neg ? -(zend_ulong)ZEND_LONG_MIN : ZEND_LONG_MAX;
188 cutlim = cutoff % (zend_ulong)base;
189 cutoff /= (zend_ulong)base;
H A Dcollator_convert.c44 HashTable* hash, zval *hashData, zend_string *hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf8_to_utf16()
85 HashTable* hash, zval * hashData, zend_string* hashKey, zend_ulong hashIndex, in collator_convert_hash_item_from_utf16_to_utf8()
125 zend_ulong hashIndex; in collator_convert_hash_from_utf8_to_utf16()
144 zend_ulong hashIndex; in collator_convert_hash_from_utf16_to_utf8()
/PHP-7.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h113 zend_ulong max_buffer_size;
129 zend_ulong *current_lengths;
143 zend_ulong *in_length;
147 zend_ulong *out_length;
/PHP-7.0/ext/pgsql/
H A Dphp_pgsql.h217 …convert(PGconn *pg_link, const char *table_name, const zval *values, zval *result, zend_ulong opt);
218 PHP_PGSQL_API int php_pgsql_insert(PGconn *pg_link, const char *table, zval *values, zend_ulong opt…
219 …ql_update(PGconn *pg_link, const char *table, zval *values, zval *ids, zend_ulong opt , zend_strin…
220 PHP_PGSQL_API int php_pgsql_delete(PGconn *pg_link, const char *table, zval *ids, zend_ulong opt, z…
221 …select(PGconn *pg_link, const char *table, zval *ids, zval *ret_array, zend_ulong opt, zend_string…
/PHP-7.0/ext/standard/
H A Dformatted_print.c135 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 Drandom.c217 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.0/ext/intl/msgformat/
H A Dmsgformat_data.h33 zend_ulong orig_format_len;

Completed in 101 milliseconds

1234567