Home
last modified time | relevance | path

Searched refs:bucket (Results 26 – 41 of 41) sorted by relevance

12

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_watch.h66 Bucket *bucket; member
76 Bucket bucket; member
H A Dphpdbg_watch.c296 void phpdbg_set_bucket_watchpoint(Bucket *bucket, phpdbg_watchpoint_t *watch) { argument
297 phpdbg_set_addr_watchpoint(bucket, sizeof(Bucket), watch);
471 phpdbg_watch_element *phpdbg_add_bucket_watch_element(Bucket *bucket, phpdbg_watch_element *element… argument
473 phpdbg_set_bucket_watchpoint(bucket, &watch);
1006 …(watch->backup.bucket.key != watch->addr.bucket->key || (watch->backup.bucket.key != NULL && watch…
1029 if (!phpdbg_check_watch_diff(WATCH_ON_ZVAL, &watch->backup.bucket.val, watch->addr.ptr)) {
/PHP-8.1/ext/mbstring/ucgendat/
H A Ducgendat.php614 foreach ($buckets as $bucket) {
615 $collisions = count($bucket);
629 list($k) = $bucket[$i];
641 $g = hashInt(0, $bucket[0][0]) % $gSize;
643 foreach ($bucket as $elem) {
657 foreach ($buckets as $bucket) {
658 if (count($bucket) != 1) {
662 $elem = $bucket[0];
/PHP-8.1/ext/pcre/tests/
H A Dbug63055.phpt12 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */
/PHP-8.1/Zend/tests/
H A Dbug63055.phpt14 $matches = array("foo" => "bar"); /* this bucket will trigger the segfault */
/PHP-8.1/main/streams/
H A Dstreams.c554 php_stream_bucket *bucket; in _php_stream_fill_read_buffer() local
597 bucket = brig_inp->head; in _php_stream_fill_read_buffer()
612 if (bucket->buflen) { in _php_stream_fill_read_buffer()
613 memcpy(stream->readbuf + stream->writepos, bucket->buf, bucket->buflen); in _php_stream_fill_read_buffer()
617 php_stream_bucket_unlink(bucket); in _php_stream_fill_read_buffer()
618 php_stream_bucket_delref(bucket); in _php_stream_fill_read_buffer()
1161 php_stream_bucket *bucket; in _php_stream_write_filtered() local
1195 bucket = brig_inp->head; in _php_stream_write_filtered()
1196 if (_php_stream_write_buffer(stream, bucket->buf, bucket->buflen) < 0) { in _php_stream_write_filtered()
1205 php_stream_bucket_unlink(bucket); in _php_stream_write_filtered()
[all …]
/PHP-8.1/ext/standard/tests/filters/
H A Dbug54350.phpt8 while ($bucket = stream_bucket_make_writeable($in)) {
/PHP-8.1/ext/opcache/
H A DZendAccelerator.c1500 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory() local
1521 if (bucket) { in cache_script_in_shared_memory()
1528 zend_accel_add_key(key, bucket); in cache_script_in_shared_memory()
1636 if (bucket) { in cache_script_in_shared_memory()
2031 zend_accel_hash_entry *bucket; in persistent_compile_file() local
2049 if (bucket) { in persistent_compile_file()
2056 zend_accel_add_key(key, bucket); in persistent_compile_file()
2548 if (bucket != NULL) { in persistent_zend_resolve_path()
2569 if (bucket) { in persistent_zend_resolve_path()
4239 zend_accel_hash_entry *bucket; local
[all …]
H A Dzend_file_cache.c1694 zend_accel_hash_entry *bucket; local
1800 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1801 if (bucket) {
1802 script = (zend_persistent_script *)bucket->data;
/PHP-8.1/sapi/apache2handler/
H A Dsapi_apache2.c581 apr_bucket *bucket; in php_handler() local
726 bucket = apr_bucket_eos_create(r->connection->bucket_alloc); in php_handler()
727 APR_BRIGADE_INSERT_TAIL(brigade, bucket); in php_handler()
/PHP-8.1/ext/iconv/
H A Diconv.c2535 php_stream_bucket *bucket = NULL; in php_iconv_stream_filter_do_filter() local
2540 bucket = buckets_in->head; in php_iconv_stream_filter_do_filter()
2542 php_stream_bucket_unlink(bucket); in php_iconv_stream_filter_do_filter()
2545 buckets_out, bucket->buf, bucket->buflen, &consumed, in php_iconv_stream_filter_do_filter()
2550 php_stream_bucket_delref(bucket); in php_iconv_stream_filter_do_filter()
2568 if (bucket != NULL) { in php_iconv_stream_filter_do_filter()
2569 php_stream_bucket_delref(bucket); in php_iconv_stream_filter_do_filter()
/PHP-8.1/ext/spl/
H A Dspl_array.c66 Bucket *bucket; member
179 intern->bucket = NULL; in spl_array_object_new_ex()
1131 Z_TRY_DELREF(intern->bucket->val); in spl_array_set_array()
1136 ZVAL_COPY(&intern->bucket->val, &intern->array); in spl_array_set_array()
1636 new_intern->bucket = (Bucket *)((char *)(arg1) - XtOffsetOf(Bucket, val));; in spl_instantiate_child_arg()
/PHP-8.1/ext/standard/
H A Darray.c3416 Bucket *bucket; local
3425 ZEND_HASH_FOREACH_BUCKET(ht, bucket) {
3428 return bucket;
5693 Bucket *bucket = &ht->arData[randval]; local
5694 if (!Z_ISUNDEF(bucket->val)) {
5695 if (bucket->key) {
5696 RETURN_STR_COPY(bucket->key);
5698 RETURN_LONG(bucket->h);
H A Dbasic_functions.stub.php1878 function stream_bucket_prepend($brigade, object $bucket): void {} argument
1881 function stream_bucket_append($brigade, object $bucket): void {} argument
H A Dbasic_functions_arginfo.h2132 ZEND_ARG_TYPE_INFO(0, bucket, IS_OBJECT, 0)
/PHP-8.1/ext/reflection/
H A Dphp_reflection.c1760 Bucket *bucket = (Bucket*) in ZEND_METHOD() local
1764 if (Z_ISUNDEF(bucket->val)) { in ZEND_METHOD()
1768 zend_hash_add_new(Z_ARRVAL_P(return_value), bucket->key, &bucket->val); in ZEND_METHOD()
1769 Z_TRY_ADDREF(bucket->val); in ZEND_METHOD()

Completed in 151 milliseconds

12