Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 18 of 18) sorted by relevance

/PHP-7.1/main/streams/
H A Dfilter.c74 php_stream_bucket *bucket; in php_stream_bucket_new() local
115 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket) in php_stream_bucket_make_writeable()
180 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket) in php_stream_bucket_delref()
190 PHPAPI void php_stream_bucket_prepend(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket) in php_stream_bucket_prepend()
204 PHPAPI void php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket) in php_stream_bucket_append()
222 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket) in php_stream_bucket_unlink()
354 php_stream_bucket *bucket; in php_stream_filter_append_ex() local
432 php_stream_bucket *bucket; in _php_stream_filter_flush() local
H A Dphp_stream_filter_api.h73 #define php_stream_bucket_addref(bucket) (bucket)->refcount++ argument
H A Dstreams.c574 php_stream_bucket *bucket; in _php_stream_fill_read_buffer() local
1145 php_stream_bucket *bucket; in _php_stream_write_filtered() local
/PHP-7.1/ext/standard/
H A Duser_filters.c72 php_stream_bucket *bucket = (php_stream_bucket *)res->ptr; in ZEND_RSRC_DTOR_FUNC() local
224 php_stream_bucket *bucket = buckets_in->head; in userfilter_filter() local
234 php_stream_bucket *bucket = buckets_out->head; in userfilter_filter() local
400 php_stream_bucket *bucket; in PHP_FUNCTION() local
431 php_stream_bucket *bucket; in php_stream_bucket_attach() local
501 php_stream_bucket *bucket; in PHP_FUNCTION() local
H A Dfilters.c45 php_stream_bucket *bucket; in strfilter_rot13_filter() local
93 php_stream_bucket *bucket; in strfilter_toupper_filter() local
121 php_stream_bucket *bucket; in strfilter_tolower_filter() local
212 php_stream_bucket *bucket; in strfilter_strip_tags_filter() local
1677 php_stream_bucket *bucket = NULL; in strfilter_convert_filter() local
1797 php_stream_bucket *bucket; in consumed_filter_filter() local
2009 php_stream_bucket *bucket; in php_chunked_filter() local
H A Dfilestat.c1129 realpath_cache_bucket *bucket = *buckets; in PHP_FUNCTION() local
H A Darray.c5071 Bucket *bucket = &ht->arData[randval]; local
/PHP-7.1/ext/zlib/
H A Dzlib_filter.c64 php_stream_bucket *bucket; in php_zlib_inflate_filter() local
181 php_stream_bucket *bucket; in php_zlib_deflate_filter() local
/PHP-7.1/ext/bz2/
H A Dbz2_filter.c77 php_stream_bucket *bucket; in php_bz2_decompress_filter() local
215 php_stream_bucket *bucket; in php_bz2_compress_filter() local
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_watch.h68 Bucket *bucket; member
78 Bucket bucket; member
H A Dphpdbg_watch.c307 void phpdbg_set_bucket_watchpoint(Bucket *bucket, phpdbg_watchpoint_t *watch) {
481 phpdbg_watch_element *phpdbg_add_bucket_watch_element(Bucket *bucket, phpdbg_watch_element *element…
/PHP-7.1/ext/opcache/
H A DZendAccelerator.c1198 static void zend_accel_add_key(char *key, unsigned int key_length, zend_accel_hash_entry *bucket) in zend_accel_add_key()
1288 zend_accel_hash_entry *bucket; in cache_script_in_shared_memory() local
1752 zend_accel_hash_entry *bucket; in persistent_compile_file() local
2031 zend_accel_hash_entry *bucket = zend_accel_hash_str_find_entry(&ZCSG(hash), key, key_length); in persistent_zend_resolve_path() local
2052 zend_accel_hash_entry *bucket = zend_accel_hash_find_entry(&ZCSG(hash), resolved_path); in persistent_zend_resolve_path() local
H A Dzend_file_cache.c1338 zend_accel_hash_entry *bucket; in zend_file_cache_script_load() local
/PHP-7.1/ext/mcrypt/
H A Dmcrypt_filter.c45 php_stream_bucket *bucket; in php_mcrypt_filter() local
/PHP-7.1/Zend/
H A Dzend_virtual_cwd.c677 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_del() local
713 realpath_cache_bucket *bucket = malloc(size); in realpath_cache_add() local
751 realpath_cache_bucket **bucket = &CWDG(realpath_cache)[n]; in realpath_cache_find() local
816 realpath_cache_bucket *bucket; in tsrm_realpath_r() local
/PHP-7.1/sapi/apache2handler/
H A Dsapi_apache2.c582 apr_bucket *bucket; in php_handler() local
/PHP-7.1/TSRM/
H A Dtsrm_win32.c211 realpath_cache_bucket * bucket = NULL; in tsrm_win32_access() local
/PHP-7.1/ext/iconv/
H A Diconv.c2851 php_stream_bucket *bucket = NULL; in php_iconv_stream_filter_do_filter() local

Completed in 166 milliseconds