Apache2
apr_memcache_value_t Struct Reference

#include <apr_memcache.h>

Data Fields

apr_status_t status
 
const char * key
 
apr_size_t len
 
char * data
 
apr_uint16_t flags
 

Detailed Description

Returned Data from a multiple get

Field Documentation

◆ data

char* apr_memcache_value_t::data

◆ flags

apr_uint16_t apr_memcache_value_t::flags

◆ key

const char* apr_memcache_value_t::key

◆ len

apr_size_t apr_memcache_value_t::len

◆ status

apr_status_t apr_memcache_value_t::status

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