Tom Schindl wrote:
eos_create => create_eos would sound more like you would use it in a human language although I'm also happy with eos_create.

flush_create => create_flush same as above

Both are a direct mapping to the C functions:

APR::Bucket
apr_bucket_eos_create(list)
    APR::BucketAlloc list


MODULE = APR::Bucket PACKAGE = APR::Bucket PREFIX = apr_bucket_

APR::Bucket
apr_bucket_flush_create(list)
    APR::BucketAlloc list

Please see my explanations in the other thread, why we try to keep the Perl and C API as close as possible.


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to