Apache Portable Runtime
Loading...
Searching...
No Matches
Data Fields
apr_buffer_t Struct Reference

#include <apr_buffer.h>

Data Fields

union { 
 
   char *   str 
 
   void *   mem 
 
d 
 
unsigned int zero_terminated:1
 

Detailed Description

Structure for efficiently tracking a buffer that could contain a zero terminated string, or a fixed length non zero string.

Field Documentation

◆ [union]

union { ... } apr_buffer_t::d

pointer to the data, which could be a string or a memory block.

◆ zero_terminated

unsigned int apr_buffer_t::zero_terminated

is the data zero terminated


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