Home
last modified time | relevance | path

Searched refs:Bucket (Results 1 – 20 of 20) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_hash.c207 Bucket *p; in _zend_hash_add_or_update()
276 Bucket *p; in _zend_hash_quick_add_or_update()
353 Bucket *p; in _zend_hash_index_update_or_next_insert()
442 Bucket *p; in zend_hash_rehash()
461 Bucket *p; in zend_hash_del_key_or_index()
626 Bucket *p; in zend_hash_graceful_destroy()
641 Bucket *p; in zend_hash_graceful_reverse_destroy()
667 Bucket *p; in zend_hash_apply()
691 Bucket *p; in zend_hash_apply_with_argument()
715 Bucket *p; in zend_hash_apply_with_arguments()
[all …]
H A Dzend_hash.h64 } Bucket; typedef
71 Bucket *pInternalPointer; /* Used for element traversal */
72 Bucket *pListHead;
73 Bucket *pListTail;
74 Bucket **arBuckets;
94 typedef Bucket* HashPosition;
H A Dzend_gc.c271 Bucket *p; in zval_scan_black()
315 Bucket *p; in zobj_scan_black()
340 Bucket *p; in zval_mark_grey()
388 Bucket *p; in zobj_mark_grey()
447 Bucket *p; in zval_scan()
497 Bucket *p; in zobj_scan()
545 Bucket *p; in zval_collect_white()
596 Bucket *p; in zobj_collect_white()
H A Dzend_ini.c148 Bucket *f; in ini_key_compare()
149 Bucket *s; in ini_key_compare()
151 f = *((Bucket **) a); in ini_key_compare()
152 s = *((Bucket **) b); in ini_key_compare()
H A Dzend_API.c1630 Bucket **b1 = base; in zend_sort_modules()
1631 Bucket **b2; in zend_sort_modules()
1632 Bucket **end = b1 + count; in zend_sort_modules()
1633 Bucket *tmp; in zend_sort_modules()
/PHP-5.3/ext/standard/
H A Darray.c169 Bucket *f; in php_array_key_compare()
170 Bucket *s; in php_array_key_compare()
355 Bucket *f; in php_array_data_compare()
356 Bucket *s; in php_array_data_compare()
570 Bucket *f; in php_array_user_compare()
571 Bucket *s; in php_array_user_compare()
715 Bucket *f; in php_array_user_key_compare()
716 Bucket *s; in php_array_user_key_compare()
2770 Bucket *p; in PHP_FUNCTION()
3735 Bucket **ab = *(Bucket ***)a; in php_multisort_compare()
[all …]
H A Dinfo.c645 Bucket *f = *((Bucket **) a); in module_name_cmp()
646 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.3/ext/intl/collator/
H A Dcollator_sort.c211 Bucket *f; in collator_compare_func()
212 Bucket *s; in collator_compare_func()
217 f = *((Bucket **) a); in collator_compare_func()
218 s = *((Bucket **) b); in collator_compare_func()
/PHP-5.3/ext/ereg/
H A Dereg.c96 Bucket *f = *((Bucket **) a); in ereg_lru_cmp()
97 Bucket *s = *((Bucket **) b); in ereg_lru_cmp()
/PHP-5.3/ext/phar/
H A Ddirstream.c165 Bucket *f; in phar_compare_dir_name()
166 Bucket *s; in phar_compare_dir_name()
169 f = *((Bucket **) a); in phar_compare_dir_name()
170 s = *((Bucket **) b); in phar_compare_dir_name()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c181 Bucket *f = *((Bucket **) a); in module_name_cmp()
182 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c226 Bucket *f = *((Bucket **) a); in module_name_cmp()
227 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.3/sapi/cgi/
H A Dcgi_main.c225 Bucket *f = *((Bucket **) a); in module_name_cmp()
226 Bucket *s = *((Bucket **) b); in module_name_cmp()
/PHP-5.3/ext/spl/
H A Dspl_array.c100 Bucket *pos = intern->pos; in spl_array_update_pos()
114 Bucket *p; in spl_hash_verify_pos_ex()
/PHP-5.3/ext/pdo/
H A Dpdo_dbh.c468 Bucket *p; in pdo_stmt_construct()
H A Dpdo_stmt.c762 Bucket *p; in do_fetch_class_prepare()
/PHP-5.3/ext/mysqli/
H A Dmysqli.c1281 Bucket *p; in php_mysqli_fetch_into_hash()
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2137 Bucket *p;
/PHP-5.3/ext/sqlite/
H A Dsqlite.c2436 Bucket *p; in PHP_FUNCTION()
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2545 Bucket *p;

Completed in 137 milliseconds