Home
last modified time | relevance | path

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

/PHP-5.4/ext/mcrypt/
H A Dmcrypt_filter.c64 php_stream_bucket *newbucket; in php_mcrypt_filter() local
83 newbucket = php_stream_bucket_new(stream, outchunk, n, 1, data->persistent TSRMLS_CC); in php_mcrypt_filter()
84 php_stream_bucket_append(buckets_out, newbucket TSRMLS_CC); in php_mcrypt_filter()
105 php_stream_bucket *newbucket; in php_mcrypt_filter() local
114newbucket = php_stream_bucket_new(stream, data->block_buffer, data->blocksize, 0, data->persistent… in php_mcrypt_filter()
115 php_stream_bucket_append(buckets_out, newbucket TSRMLS_CC); in php_mcrypt_filter()

Completed in 5 milliseconds