apreq_value_t(3)
| apreq_value_t(3) | libapreq2 | apreq_value_t(3) |
NAME
apreq_value_t - libapreq's pre-extensible string type
SYNOPSIS
#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
/home/jorton/src/asf/apreq-v2.16/include/apreq.h.
Field Documentation
char apreq_value_t::data[1]
value data
Examples
/home/jorton/src/asf/apreq-v2.16/include/apreq.h.
apr_size_t apreq_value_t::dlen
length of data
Examples
/home/jorton/src/asf/apreq-v2.16/include/apreq.h.
char* apreq_value_t::name
value name
Examples
/home/jorton/src/asf/apreq-v2.16/include/apreq.h.
apr_size_t apreq_value_t::nlen
length of name
Examples
/home/jorton/src/asf/apreq-v2.16/include/apreq.h.
Author
Generated automatically by Doxygen for libapreq2 from the source code.
| Wed Mar 10 2021 | Version 2.16 |
