php_stream_bucket_new 142 ext/bz2/bz2_filter.c out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); php_stream_bucket_new 165 ext/bz2/bz2_filter.c bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); php_stream_bucket_new 256 ext/bz2/bz2_filter.c out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); php_stream_bucket_new 274 ext/bz2/bz2_filter.c bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); php_stream_bucket_new 2662 ext/iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 2675 ext/iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 2739 ext/iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 2752 ext/iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 2785 ext/iconv/iconv.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 83 ext/mcrypt/mcrypt_filter.c newbucket = php_stream_bucket_new(stream, outchunk, n, 1, data->persistent); php_stream_bucket_new 114 ext/mcrypt/mcrypt_filter.c newbucket = php_stream_bucket_new(stream, data->block_buffer, data->blocksize, 0, data->persistent); php_stream_bucket_new 1536 ext/standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 1549 ext/standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 1608 ext/standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 1621 ext/standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 1648 ext/standard/filters.c if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persistent))) { php_stream_bucket_new 515 ext/standard/user_filters.c bucket = php_stream_bucket_new(stream, pbuffer, buffer_len, 1, php_stream_is_persistent(stream)); php_stream_bucket_new 115 ext/zlib/zlib_filter.c out_bucket = php_stream_bucket_new( php_stream_bucket_new 140 ext/zlib/zlib_filter.c bucket = php_stream_bucket_new( php_stream_bucket_new 231 ext/zlib/zlib_filter.c out_bucket = php_stream_bucket_new( php_stream_bucket_new 251 ext/zlib/zlib_filter.c bucket = php_stream_bucket_new( php_stream_bucket_new 357 main/streams/filter.c bucket = php_stream_bucket_new(stream, (char*) stream->readbuf + stream->readpos, stream->writepos - stream->readpos, 0, 0); php_stream_bucket_new 70 main/streams/php_stream_filter_api.h PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int own_buf, int buf_persistent); php_stream_bucket_new 581 main/streams/streams.c bucket = php_stream_bucket_new(stream, chunk_buf, justread, 0, 0); php_stream_bucket_new 1152 main/streams/streams.c bucket = php_stream_bucket_new(stream, (char *)buf, count, 0, 0);