Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_compile_internal_shared_s Struct Reference

Resources that can be shared by multiple compiles. More...

#include <afw_compile_internal.h>

Data Fields

const afw_pool_tp
 
const afw_pool_ttemp_p
 
apr_hash_t * string_literals
 

Detailed Description

Resources that can be shared by multiple compiles.

This struct is created by a call to afw_compile_shared_create() and by a call to afw_compile_*() with a shared parameter of NULL.

If an afw_compile_*() is called with a non-NULL value, the p parameter must match shared->P.

This struct will be destroyed when struct->p is destroyed.

A call to afw_compile_shared_release_temp() will release resources that are only needed during calls to afw_compile_*() that compile.

Definition at line 151 of file afw_compile_internal.h.


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