apreq_value_t Struct Reference

libapreq's pre-extensible string type More...

#include <apreq.h>


Data Fields

char * name
apr_size_t nlen
apr_size_t dlen
char data [1]


Detailed Description

libapreq's pre-extensible string type
Examples:

/usr/home/pgollucci/dev/compile/freebsd-6.1-release-p10/3.4.4/apreq/r472777-5.8.8-2.2.3-prefork-trunk/include/apreq.h.


Field Documentation

char apreq_value_t::data[1]
 

value data

Examples:
/usr/home/pgollucci/dev/compile/freebsd-6.1-release-p10/3.4.4/apreq/r472777-5.8.8-2.2.3-prefork-trunk/include/apreq.h.

apr_size_t apreq_value_t::dlen
 

length of data

Examples:
/usr/home/pgollucci/dev/compile/freebsd-6.1-release-p10/3.4.4/apreq/r472777-5.8.8-2.2.3-prefork-trunk/include/apreq.h.

char* apreq_value_t::name
 

value name

Examples:
/usr/home/pgollucci/dev/compile/freebsd-6.1-release-p10/3.4.4/apreq/r472777-5.8.8-2.2.3-prefork-trunk/include/apreq.h.

apr_size_t apreq_value_t::nlen
 

length of name

Examples:
/usr/home/pgollucci/dev/compile/freebsd-6.1-release-p10/3.4.4/apreq/r472777-5.8.8-2.2.3-prefork-trunk/include/apreq.h.


The documentation for this struct was generated from the following file: