Apache2
ap_dir_match_t Struct Reference

#include <httpd.h>

Data Fields

apr_pool_tp
 
apr_pool_tptemp
 
const char * prefix
 
const char *(* cb )(ap_dir_match_t *w, const char *fname)
 
void * ctx
 
int flags
 
unsigned int depth
 

Detailed Description

Concrete structure to provide the state of a directory match.

Field Documentation

◆ cb

const char*(* ap_dir_match_t::cb) (ap_dir_match_t *w, const char *fname)

Callback for each file found that matches the wildcard. Return NULL on success, an error string on error.

◆ ctx

void* ap_dir_match_t::ctx

Context for the callback

◆ depth

unsigned int ap_dir_match_t::depth

Recursion depth safety check

◆ flags

int ap_dir_match_t::flags

Flags to indicate whether optional or recursive

◆ p

apr_pool_t* ap_dir_match_t::p

Pool to use for allocating the result

◆ prefix

const char* ap_dir_match_t::prefix

Prefix for log messages

◆ ptemp

apr_pool_t* ap_dir_match_t::ptemp

Temporary pool used for directory traversal


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