Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 60345 invoked by uid 500); 23 Aug 2001 14:45:59 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 60309 invoked from network); 23 Aug 2001 14:45:59 -0000 Date: Thu, 23 Aug 2001 10:45:59 -0400 From: "Eric Prud'hommeaux" To: dev@httpd.apache.org Subject: Re: Letting Table store non-char data Message-ID: <20010823104559.A4104@w3.org> References: <998514781.12703.10.camel@c1619481-a.almda1.sfba.home.com> <01082214120501.18802@koj.rkbloom.net> <998515720.12703.17.camel@c1619481-a.almda1.sfba.home.com> <3B843505.9020503@pacbell.net> <998521196.12699.55.camel@c1619481-a.almda1.sfba.home.com> <20010822205811.F16727@lyra.org> <998539401.7602.11.camel@c1619481-a.almda1.sfba.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <998539401.7602.11.camel@c1619481-a.almda1.sfba.home.com>; from IanH@cnet.com on Wed, Aug 22, 2001 at 09:03:21PM -0700 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Status: O X-Status: X-Keywords: X-UID: 1078 On Wed, Aug 22, 2001 at 09:03:21PM -0700, Ian Holsman wrote: > On Wed, 2001-08-22 at 20:58, Greg Stein wrote: > > On Wed, Aug 22, 2001 at 03:59:56PM -0700, Ian Holsman wrote: > > > On Wed, 2001-08-22 at 15:41, Brian Pane wrote: > > > > Ian Holsman wrote: > > > > >On Wed, 2001-08-22 at 14:12, Ryan Bloom wrote: > > > > >>We had binary tables, but we removed them, because that is what hash > > > > >>tables are for. > > > > >> > > > > >agreed. > > > > >but there are no hash tables on the request rec structure. > > > > Yes there is. apr_pool_userdata_set(..., r->pool) > Thanks. > never knew about this function. I am switching my code to use pool userdata but wonder if swapping the parms make make the calling convention more consistent with the other pool methods that take the pool as first parm. - apr_status_t apr_pool_userdata_get(void **, char *, apr_pool_t *); + apr_status_t apr_pool_userdata_get(apr_pool_t *, char *, void **); # this ptr attr value -- -eric (eric@w3.org) Feel free to forward this message to any list for any purpose other than email address distribution.