Apache HTTPD
Public Attributes | List of all members
apr_memcache_value_t Struct Reference

#include <apr_memcache.h>

Public Attributes

apr_status_t status
 
const charkey
 
apr_size_t len
 
chardata
 
apr_uint16_t flags
 

Detailed Description

Returned Data from a multiple get

Definition at line 112 of file apr_memcache.h.

Member Data Documentation

◆ data

char* apr_memcache_value_t::data

Definition at line 117 of file apr_memcache.h.

◆ flags

apr_uint16_t apr_memcache_value_t::flags

Definition at line 118 of file apr_memcache.h.

◆ key

const char* apr_memcache_value_t::key

Definition at line 115 of file apr_memcache.h.

◆ len

apr_size_t apr_memcache_value_t::len

Definition at line 116 of file apr_memcache.h.

◆ status

apr_status_t apr_memcache_value_t::status

Definition at line 114 of file apr_memcache.h.


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