Home
last modified time | relevance | path

Searched refs:zend_hash_del_bucket (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c111 zend_hash_del_bucket(src, p); in zend_accel_move_user_functions()
142 zend_hash_del_bucket(src, p); in zend_accel_move_user_classes()
H A DZendAccelerator.c2598 zend_hash_del_bucket(&PCRE_G(pcre_cache), p); in accel_reset_pcre_cache()
3578 zend_hash_del_bucket(src, p);
3616 zend_hash_del_bucket(src, p);
/php-src/ext/mysqlnd/
H A Dmysqlnd_vio.c164 zend_hash_del_bucket(&EG(persistent_list), bucket); in MYSQLND_METHOD()
/php-src/ext/spl/
H A Dphp_spl.c603 zend_hash_del_bucket(spl_autoload_functions, p); in PHP_FUNCTION()
/php-src/ext/standard/
H A Darray.c3447 zend_hash_del_bucket(in_hash, p);
3455 zend_hash_del_bucket(in_hash, p);
3596 zend_hash_del_bucket(Z_ARRVAL_P(stack), p);
3690 zend_hash_del_bucket(Z_ARRVAL_P(stack), p);
/php-src/Zend/
H A Dzend_alloc.c2835 zend_hash_del_bucket(heap->tracked_allocs, (Bucket *) size_zv);
2854 zend_hash_del_bucket(heap->tracked_allocs, (Bucket *) old_size_zv);
H A Dzend_hash.h175 ZEND_API void ZEND_FASTCALL zend_hash_del_bucket(HashTable *ht, Bucket *p);
H A Dzend_hash.c1521 ZEND_API void ZEND_FASTCALL zend_hash_del_bucket(HashTable *ht, Bucket *p) in zend_hash_del_bucket() function

Completed in 111 milliseconds