/php-src/main/streams/ |
H A D | filter.c | 74 php_stream_bucket *bucket; in php_stream_bucket_new() local 104 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket) in php_stream_bucket_make_writeable() 150 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket) in php_stream_bucket_delref() 160 PHPAPI void php_stream_bucket_prepend(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket) in php_stream_bucket_prepend() 174 PHPAPI void php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket) in php_stream_bucket_append() 192 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket) in php_stream_bucket_unlink() 325 php_stream_bucket *bucket; in php_stream_filter_append_ex() local 401 php_stream_bucket *bucket; in _php_stream_filter_flush() local
|
H A D | php_stream_filter_api.h | 69 #define php_stream_bucket_addref(bucket) (bucket)->refcount++ argument
|
H A D | streams.c | 560 php_stream_bucket *bucket; in _php_stream_fill_read_buffer() local 1210 php_stream_bucket *bucket; in _php_stream_write_filtered() local
|
/php-src/ext/standard/ |
H A D | user_filters.c | 68 php_stream_bucket *bucket = (php_stream_bucket *)res->ptr; in ZEND_RSRC_DTOR_FUNC() local 345 php_stream_bucket *bucket; in PHP_FUNCTION() local 377 php_stream_bucket *bucket; in php_stream_bucket_attach() local 447 php_stream_bucket *bucket; in PHP_FUNCTION() local
|
H A D | user_filters.stub.php | 65 public $bucket; variable in StreamBucket
|
H A D | filters.c | 40 php_stream_bucket *bucket; in strfilter_rot13_filter() local 88 php_stream_bucket *bucket; in strfilter_toupper_filter() local 116 php_stream_bucket *bucket; in strfilter_tolower_filter() local 1504 php_stream_bucket *bucket = NULL; in strfilter_convert_filter() local 1624 php_stream_bucket *bucket; in consumed_filter_filter() local 1842 php_stream_bucket *bucket; in php_chunked_filter() local
|
H A D | filestat.c | 1105 realpath_cache_bucket *bucket = *buckets; in PHP_FUNCTION() local
|
H A D | array.c | 3840 Bucket *bucket; local
|
/php-src/ext/zlib/ |
H A D | zlib_filter.c | 60 php_stream_bucket *bucket; in php_zlib_inflate_filter() local 178 php_stream_bucket *bucket; in php_zlib_deflate_filter() local
|
/php-src/ext/bz2/ |
H A D | bz2_filter.c | 74 php_stream_bucket *bucket; in php_bz2_decompress_filter() local 213 php_stream_bucket *bucket; in php_bz2_compress_filter() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 66 Bucket *bucket; member 76 Bucket bucket; member
|
H A D | phpdbg_watch.c | 362 void phpdbg_set_bucket_watchpoint(Bucket *bucket, phpdbg_watchpoint_t *watch) { 539 phpdbg_watch_element *phpdbg_add_bucket_watch_element(Bucket *bucket, phpdbg_watch_element *element…
|
/php-src/ext/dom/ |
H A D | private_data.c | 136 Bucket* bucket = (Bucket*) zv; in php_dom_remove_templated_content() local
|
H A D | token_list.c | 531 Bucket *bucket = (Bucket *) found_token; in PHP_METHOD() local 581 Bucket *bucket = (Bucket *) found_token; in PHP_METHOD() local
|
H A D | namespace_compat.c | 66 Bucket *bucket = (Bucket *) zv; in php_dom_libxml_ns_mapper_ensure_prefix_map() local
|
/php-src/Zend/ |
H A D | zend_virtual_cwd.c | 365 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_del() local 401 realpath_cache_bucket *bucket = malloc(size); in realpath_cache_add() local 439 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_find() local 505 realpath_cache_bucket *bucket; in tsrm_realpath_r() local
|
H A D | zend_property_hooks.c | 212 Bucket *bucket = properties->arData + pos; in zho_dynamic_it_fetch_current() local
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 1468 static void zend_accel_add_key(zend_string *key, zend_accel_hash_entry *bucket) in zend_accel_add_key() 1558 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory() local 2050 zend_accel_hash_entry *bucket; in persistent_compile_file() local 2544 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), key); in persistent_zend_resolve_path() local 2565 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path() local 4253 zend_accel_hash_entry *bucket; local
|
H A D | zend_file_cache.c | 1819 zend_accel_hash_entry *bucket; local
|
/php-src/sapi/apache2handler/ |
H A D | sapi_apache2.c | 588 apr_bucket *bucket; in php_handler() local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_vio.c | 157 Bucket *bucket; in MYSQLND_METHOD() local
|
/php-src/TSRM/ |
H A D | tsrm_win32.c | 204 realpath_cache_bucket * bucket = NULL; in tsrm_win32_access() local
|
/php-src/ext/iconv/ |
H A D | iconv.c | 2526 php_stream_bucket *bucket = NULL; in php_iconv_stream_filter_do_filter() local
|
/php-src/ext/spl/ |
H A D | spl_array.c | 47 Bucket *bucket; member
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 1815 Bucket *bucket = (Bucket*) in ZEND_METHOD() local
|