apr_uri_string_encode/decode

2006-08-02 Thread david reid
First pass at importing some apreq functions. Not yet had time to wirte a test! Rushing out of door, so just a quick mail :-) More integration with apr_uri structure is planned, but not yet had time to finish that bit :-) -- Index: include/apr_uri.h

Re: apr_uri_string_encode/decode

2006-08-02 Thread Nick Kew
On Wednesday 02 August 2006 11:58, david reid wrote: First pass at importing some apreq functions. Not yet had time to wirte a test! Rushing out of door, so just a quick mail :-) fairy nuff1 +/** + * @fn apr_size_t apr_uri_query_string_encode(char *dest, const char *src, +

Re: apr_uri_string_encode/decode

2006-08-02 Thread david reid
Nick Kew wrote: On Wednesday 02 August 2006 11:58, david reid wrote: First pass at importing some apreq functions. Not yet had time to wirte a test! Rushing out of door, so just a quick mail :-) fairy nuff1 +/** + * @fn apr_size_t apr_uri_query_string_encode(char *dest, const char

Re: apr_uri_string_encode/decode

2006-08-02 Thread Justin Erenkrantz
On 8/2/06, david reid [EMAIL PROTECTED] wrote: Of course it does raise the question about where should these live? If we consider them to be strings function then they probably belong inside apr's strings funcs, but if they are uri functions then this is the correct place. Thoughts? If it's

Re: apr_uri_string_encode/decode

2006-08-02 Thread William A. Rowe, Jr.
Justin Erenkrantz wrote: On 8/2/06, david reid [EMAIL PROTECTED] wrote: Of course it does raise the question about where should these live? If we consider them to be strings function then they probably belong inside apr's strings funcs, but if they are uri functions then this is the correct