Home
last modified time | relevance | path

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

/dports/lang/php73/php-7.3.33/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
251 php_stream_bucket *out_bucket; 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()
255 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/archivers/php73-bz2/php-7.3.33/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
251 php_stream_bucket *out_bucket; 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()
255 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/www/mod_php73/php-7.3.33/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
251 php_stream_bucket *out_bucket; 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()
255 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/archivers/php74-zlib/php-7.4.27/ext/zlib/
H A Dzlib_filter.c107 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
109 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
111 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
222 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
225 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
227 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/archivers/php81-bz2/php-8.1.1/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
255 php_stream_bucket *out_bucket; 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()
259 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/archivers/php81-zlib/php-8.1.1/ext/zlib/
H A Dzlib_filter.c106 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
108 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
110 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
221 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
224 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
226 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/archivers/php73-zlib/php-7.3.33/ext/zlib/
H A Dzlib_filter.c107 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
109 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
111 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
218 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
221 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
223 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/archivers/php74-bz2/php-7.4.27/ext/bz2/
H A Dbz2_filter.c139 php_stream_bucket *out_bucket; 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()
142 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
256 php_stream_bucket *out_bucket; 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()
260 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/archivers/php80-bz2/php-8.0.15/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
255 php_stream_bucket *out_bucket; 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()
259 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/archivers/php80-zlib/php-8.0.15/ext/zlib/
H A Dzlib_filter.c106 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
108 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
110 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
221 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
224 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
226 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/www/mod_php81/php-8.1.1/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
255 php_stream_bucket *out_bucket; 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()
259 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/www/mod_php80/php-8.0.15/ext/zlib/
H A Dzlib_filter.c106 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
108 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
110 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
221 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
224 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
226 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/www/mod_php81/php-8.1.1/ext/zlib/
H A Dzlib_filter.c106 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
108 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
110 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
221 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
224 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
226 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/www/mod_php74/php-7.4.27/ext/bz2/
H A Dbz2_filter.c139 php_stream_bucket *out_bucket; 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()
142 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
256 php_stream_bucket *out_bucket; 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()
260 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/lang/php81/php-8.1.1/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
255 php_stream_bucket *out_bucket; 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()
259 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/lang/php80/php-8.0.15/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
255 php_stream_bucket *out_bucket; 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()
259 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/lang/php74/php-7.4.27/ext/zlib/
H A Dzlib_filter.c107 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
109 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
111 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
222 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
225 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
227 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/lang/php73/php-7.3.33/ext/zlib/
H A Dzlib_filter.c107 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
109 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
111 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
218 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
221 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
223 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/lang/php74/php-7.4.27/ext/bz2/
H A Dbz2_filter.c139 php_stream_bucket *out_bucket; 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()
142 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
256 php_stream_bucket *out_bucket; 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()
260 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/lang/php81/php-8.1.1/ext/zlib/
H A Dzlib_filter.c106 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
108 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
110 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
221 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
224 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
226 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/lang/php80/php-8.0.15/ext/zlib/
H A Dzlib_filter.c106 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
108 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
110 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
221 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
224 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
226 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/www/mod_php73/php-7.3.33/ext/zlib/
H A Dzlib_filter.c107 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
109 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
111 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
218 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
221 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
223 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/www/mod_php80/php-8.0.15/ext/bz2/
H A Dbz2_filter.c138 php_stream_bucket *out_bucket; 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()
141 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
255 php_stream_bucket *out_bucket; 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()
259 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()
/dports/www/mod_php74/php-7.4.27/ext/zlib/
H A Dzlib_filter.c107 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
109 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
111 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
222 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
225 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
227 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Drose_build_role_aliasing.cpp1459 auto out_bucket = p.first->second; in splitAndFilterBuckets() local
1460 out[out_bucket].push_back(v); in splitAndFilterBuckets()