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

#include <mod_dav.h>

Public Attributes

dav_error *(* set_option_head )(request_rec *r)
 
dav_error *(* search_resource )(request_rec *r, dav_response **response)
 
void * ctx
 

Detailed Description

Definition at line 2574 of file mod_dav.h.

Member Data Documentation

◆ ctx

void* dav_hooks_search::ctx

Definition at line 2601 of file mod_dav.h.

◆ search_resource

dav_error *(* dav_hooks_search::search_resource) (request_rec *r, dav_response **response)

Definition at line 2594 of file mod_dav.h.

◆ set_option_head

dav_error *(* dav_hooks_search::set_option_head) (request_rec *r)

Definition at line 2585 of file mod_dav.h.


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