Mir 1.0
Mir application programming interface

Functions

mirkl_error_tmirm_glsfunc_instance_create (mirkl_object_t **obj, mirkl_uint32_t flags, mir_prsdata_t *pp, apr_pool_t *pool, apr_pool_t *tmp_pool)
 

Variables

mirkl_object_t * GLSFuncClass
 
int ModtGLSFunc
 

Detailed Description

Function Documentation

◆ mirm_glsfunc_instance_create()

mirkl_error_t * mirm_glsfunc_instance_create ( mirkl_object_t **  obj,
mirkl_uint32_t  flags,
mir_prsdata_t *  pp,
apr_pool_t *  pool,
apr_pool_t *  tmp_pool 
)

Creation of GLSFunc object.

Parameters
[out]objReference to the created object.
flagsFlags of the object.
ppReference to the parser data structure.
poolThe pool to use for allocations of object structures. Should be valid as long as the created object lives.
tmp_poolThe pool for temporary allocations. Can be deleted after calling this function.