Apache HTTPD
Public Attributes | List of all members
ap_dir_match_t Struct Reference

#include <httpd.h>

Public Attributes

apr_pool_tp
 
apr_pool_tptemp
 
const charprefix
 
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.

Definition at line 2596 of file httpd.h.

Member Data 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.

Definition at line 2604 of file httpd.h.

◆ ctx

void* ap_dir_match_t::ctx

Context for the callback

Definition at line 2606 of file httpd.h.

◆ depth

unsigned int ap_dir_match_t::depth

Recursion depth safety check

Definition at line 2610 of file httpd.h.

◆ flags

int ap_dir_match_t::flags

Flags to indicate whether optional or recursive

Definition at line 2608 of file httpd.h.

◆ p

apr_pool_t* ap_dir_match_t::p

Pool to use for allocating the result

Definition at line 2598 of file httpd.h.

◆ prefix

const char* ap_dir_match_t::prefix

Prefix for log messages

Definition at line 2602 of file httpd.h.

◆ ptemp

apr_pool_t* ap_dir_match_t::ptemp

Temporary pool used for directory traversal

Definition at line 2600 of file httpd.h.


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