Mir 1.0
Mir application programming interface
mirkl_dir_trctx_t_ Struct Reference

Traverse context. Data in this structure control traversing of directories. More...

#include <mirkl_dir.h>

Data Fields

int flags
 
apr_array_header_t * excludePattern
 
apr_array_header_t * includePattern
 
mirkl_error_t *(* fileHandler )(const char *file, void *data, apr_pool_t *pool)
 
void * data
 

Detailed Description

Traverse context. Data in this structure control traversing of directories.

Field Documentation

◆ data

void* mirkl_dir_trctx_t_::data

User-defined data; passed to fileHandler.

◆ excludePattern

apr_array_header_t* mirkl_dir_trctx_t_::excludePattern

Filled in automatically by mirkl_dir_traverse

◆ fileHandler

mirkl_error_t *(* mirkl_dir_trctx_t_::fileHandler) (const char *file, void *data, apr_pool_t *pool)

User-defined function to handle files.

◆ flags

int mirkl_dir_trctx_t_::flags

MIRKL_DIR_TRVRS_...

◆ includePattern

apr_array_header_t* mirkl_dir_trctx_t_::includePattern

Filled in automatically by mirkl_dir_traverse


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