Home
last modified time | relevance | path

Searched refs:bucketlen (Results 1 – 25 of 28) sorted by relevance

12

/dports/devel/libarena/libarena-0.3.7/src/
H A Dpool.c91 size_t bucketlen; member
177 return pool_hibit(b->bucketlen); in pool_bucket_indexof()
189 || b->bucketlen < P->bucket_index[i]->bucketlen) { in pool_bucket_reindex()
212 if (b->bucketlen >= i.this->bucketlen) in pool_bucket_insert()
266 b->bucketlen = opts->bucketlen; in pool_bucket_add()
326 opts.bucketlen = pool_roundup(len); in pool_bucket_find()
357 size_t bucketlen; in pool_recover() local
359 bucketlen = rbits_get(q - 1,&p); in pool_recover()
365 while (*b != CIRCLEQ_END(&P->buckets) && (*b)->bucketlen != bucketlen) in pool_recover()
375 size_t bucketlen = len; in pool_get() local
[all …]
/dports/lang/php73/php-7.3.33/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
252 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
254 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
270 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
272 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/archivers/php73-bz2/php-7.3.33/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
252 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
254 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
270 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
272 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/www/mod_php73/php-7.3.33/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
252 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
254 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
270 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
272 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/archivers/php74-zlib/php-7.4.27/ext/zlib/
H A Dzlib_filter.c108 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
110 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
128 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
131 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
223 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
226 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
244 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
247 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/archivers/php81-bz2/php-8.1.1/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
258 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
274 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
276 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/archivers/php81-zlib/php-8.1.1/ext/zlib/
H A Dzlib_filter.c107 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
109 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
127 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
130 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
222 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
225 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
243 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
246 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/archivers/php73-zlib/php-7.3.33/ext/zlib/
H A Dzlib_filter.c108 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
110 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
128 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
131 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
219 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
222 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
239 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
242 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/archivers/php74-bz2/php-7.4.27/ext/bz2/
H A Dbz2_filter.c140 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
141 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
162 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
164 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
257 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
259 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
275 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
277 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/archivers/php80-bz2/php-8.0.15/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
258 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
274 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
276 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/archivers/php80-zlib/php-8.0.15/ext/zlib/
H A Dzlib_filter.c107 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
109 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
127 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
130 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
222 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
225 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
243 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
246 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/www/mod_php81/php-8.1.1/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
258 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
274 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
276 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/www/mod_php80/php-8.0.15/ext/zlib/
H A Dzlib_filter.c107 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
109 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
127 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
130 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
222 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
225 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
243 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
246 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/www/mod_php81/php-8.1.1/ext/zlib/
H A Dzlib_filter.c107 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
109 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
127 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
130 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
222 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
225 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
243 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
246 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/www/mod_php74/php-7.4.27/ext/bz2/
H A Dbz2_filter.c140 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
141 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
162 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
164 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
257 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
259 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
275 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
277 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/lang/php81/php-8.1.1/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
258 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
274 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
276 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/lang/php80/php-8.0.15/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
258 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
274 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
276 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/lang/php74/php-7.4.27/ext/zlib/
H A Dzlib_filter.c108 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
110 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
128 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
131 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
223 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
226 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
244 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
247 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/lang/php73/php-7.3.33/ext/zlib/
H A Dzlib_filter.c108 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
110 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
128 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
131 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
219 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
222 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
239 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
242 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/lang/php74/php-7.4.27/ext/bz2/
H A Dbz2_filter.c140 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
141 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
162 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
164 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
257 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
259 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
275 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
277 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/lang/php81/php-8.1.1/ext/zlib/
H A Dzlib_filter.c107 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
109 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
127 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
130 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
222 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
225 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
243 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
246 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/lang/php80/php-8.0.15/ext/zlib/
H A Dzlib_filter.c107 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
109 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
127 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
130 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
222 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
225 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
243 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
246 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/www/mod_php73/php-7.3.33/ext/zlib/
H A Dzlib_filter.c108 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
110 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
128 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
131 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
219 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
222 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
239 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
242 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
/dports/www/mod_php80/php-8.0.15/ext/bz2/
H A Dbz2_filter.c139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
140 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
161 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
163 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
258 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
274 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
276 bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
/dports/www/mod_php74/php-7.4.27/ext/zlib/
H A Dzlib_filter.c108 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
110 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
128 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
131 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_inflate_filter()
223 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
226 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()
244 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
247 stream, estrndup((char *) data->outbuf, bucketlen), bucketlen, 1, 0); in php_zlib_deflate_filter()

12